Skip to content

Commit

Permalink
Updated automated builds to use pinned LLVM 18 for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Oct 11, 2024
1 parent f672a5d commit 232ad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cargo build --release
env:
CC: /opt/homebrew/opt/llvm/bin/clang
LLVM_SYS_181_PREFIX: /opt/homebrew/opt/llvm
LLVM_SYS_181_PREFIX: /opt/homebrew/opt/llvm@18
zstd_DIR: /usr/local/opt/zstd
CFLAGS: -static-libstdc++
CXXFLAGS: -static-libstdc++
Expand Down

0 comments on commit 232ad1d

Please sign in to comment.