mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
build_rocky: try --occt-shared
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
CXXFLAGS="-O3" CFLAGS="-O3" ADD_COMMIT_SHA=1 BUILD_CFG=Release BUILD_BONSAIVIEWER=ON \
|
CXXFLAGS="-O3" CFLAGS="-O3" ADD_COMMIT_SHA=1 BUILD_CFG=Release BUILD_BONSAIVIEWER=ON \
|
||||||
uv run --with aqtinstall ./nix/build-all.py \
|
uv run --with aqtinstall ./nix/build-all.py \
|
||||||
-v --diskcleanup --ifcopenshell-shared 2>&1 \
|
-v --diskcleanup --ifcopenshell-shared --occt-shared 2>&1 \
|
||||||
| tee build.log
|
| tee build.log
|
||||||
|
|
||||||
- name: Upload Build Logs
|
- name: Upload Build Logs
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
- name: Package .zip archives
|
- name: Package .zip archives
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
uv run nix/package-zip-archives.py linux64
|
uv run nix/package-zip-archives.py linux64 --occt-shared
|
||||||
|
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v6
|
uses: aws-actions/configure-aws-credentials@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user