Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add macos build #620

Merged
merged 16 commits into from
Feb 25, 2025
Prev Previous commit
Next Next commit
Remove LD_LIBRARY_PATH from MacOS before_all block
molinav committed Feb 25, 2025
commit cb009396ad77cbe128809c8c218ef9e7b061892d
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -61,7 +61,6 @@ jobs:
- os: macos-13
arch: x86_64
before_all: >-
LD_LIBRARY_PATH="${GEOS_DIR}/lib:$LD_LIBRARY_PATH"
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
ARCHFLAGS="-arch x86_64 -arch arm64"
echo "Starting BEFORE_ALL script" &&
@@ -71,7 +70,6 @@ jobs:
- os: macos-latest
arch: arm64
before_all: >-
LD_LIBRARY_PATH="${GEOS_DIR}/lib:$LD_LIBRARY_PATH"
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
ARCHFLAGS="-arch x86_64 -arch arm64"
echo "Starting BEFORE_ALL script" &&