build_rocky: try --shared

This commit is contained in:
Andrej730
2026-08-28 18:57:52 +05:00
parent ac3ee016e7
commit 75ec717162
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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