From 75ec717162d97cd9a7df9d538b3575e98de6b770 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 28 Aug 2026 18:57:52 +0500 Subject: [PATCH] build_rocky: try `--shared` --- .github/workflows/build_osx.yml | 4 ++-- .github/workflows/build_rocky.yml | 4 ++-- .github/workflows/build_rocky_arm.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_osx.yml b/.github/workflows/build_osx.yml index 93a202820f..20228ee997 100644 --- a/.github/workflows/build_osx.yml +++ b/.github/workflows/build_osx.yml @@ -105,7 +105,7 @@ jobs: # INSTALL_RPATH to "@loader_path" on Apple. CXXFLAGS="-O3" CFLAGS="-O3 ${DARWIN_C_SOURCE}" ADD_COMMIT_SHA=1 BUILD_CFG=Release \ BUILD_BONSAIVIEWER=ON QT_DIR="${QT_DIR}" \ - uv run ./nix/build-all.py -v --diskcleanup --ifcopenshell-shared ${MAC_INTEL} \ + uv run ./nix/build-all.py -v --diskcleanup --shared ${MAC_INTEL} \ | tee build.log - name: Upload Build Logs @@ -135,7 +135,7 @@ jobs: - name: Package .zip archives run: | - uv run nix/package-zip-archives.py "macos${{ matrix.oldarch }}64" + uv run nix/package-zip-archives.py "macos${{ matrix.oldarch }}64" --shared - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6 diff --git a/.github/workflows/build_rocky.yml b/.github/workflows/build_rocky.yml index 0e1078033f..d19d5b367f 100644 --- a/.github/workflows/build_rocky.yml +++ b/.github/workflows/build_rocky.yml @@ -77,7 +77,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 --shared 2>&1 \ | tee build.log - name: Upload Build Logs @@ -107,7 +107,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 --shared - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6 diff --git a/.github/workflows/build_rocky_arm.yml b/.github/workflows/build_rocky_arm.yml index 4ffd2cdc0d..0a1baa2580 100644 --- a/.github/workflows/build_rocky_arm.yml +++ b/.github/workflows/build_rocky_arm.yml @@ -89,7 +89,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 --shared 2>&1 \ | tee build.log - name: Upload Build Logs @@ -119,7 +119,7 @@ jobs: - name: Package .zip archives shell: bash run: | - uv run nix/package-zip-archives.py linuxarm64 + uv run nix/package-zip-archives.py linuxarm64 --shared - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6