build_rocky: test build with just Python 3.13 and ifcopenshell-shared

This commit is contained in:
Andrej730
2026-08-04 21:15:21 +05:00
parent c23fd446d0
commit f1b79123db
+2 -2
View File
@@ -78,9 +78,9 @@ jobs:
shell: bash shell: bash
run: | run: |
set -o pipefail set -o pipefail
CXXFLAGS="-O3" CFLAGS="-O3" ADD_COMMIT_SHA=1 BUILD_CFG=Release BUILD_BONSAIVIEWER=ON \ IFCOS_SCHEMAS="2x3;4;4x3_add2" 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 --shared 2>&1 \ -v --diskcleanup --ifcopenshell-shared --py-313 2>&1 \
| tee build.log | tee build.log
- name: Upload Build Logs - name: Upload Build Logs