From ccd123d4c6cd3da0eda0dbdc8d09b1de1fcb5d8f Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 27 Aug 2026 19:20:39 +0500 Subject: [PATCH] build_rocky: try `--occt-shared` --- .github/workflows/build_rocky.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_rocky.yml b/.github/workflows/build_rocky.yml index 3f506d9982..65d92ef248 100644 --- a/.github/workflows/build_rocky.yml +++ b/.github/workflows/build_rocky.yml @@ -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