build_rocky: try --occt-shared

This commit is contained in:
Andrej730
2026-08-27 19:20:39 +05:00
parent 3a67602bd2
commit ccd123d4c6
+2 -2
View File
@@ -80,7 +80,7 @@ jobs:
set -o pipefail
CXXFLAGS="-O3" CFLAGS="-O3" ADD_COMMIT_SHA=1 BUILD_CFG=Release BUILD_BONSAIVIEWER=ON \
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
- name: Upload Build Logs
@@ -110,7 +110,7 @@ jobs:
- name: Package .zip archives
shell: bash
run: |
uv run nix/package-zip-archives.py linux64
uv run nix/package-zip-archives.py linux64 --occt-shared
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v6