Skip to content

Commit

Permalink
fixup! ci: Try to fix macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 26, 2024
1 parent 85a46bd commit 835cd0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test.sh
Expand Up @@ -65,7 +65,9 @@ set_llvm_env() {
else
llvm_download $base_url `llvm_macos_target_triple ${LLVM_VERSION_TRIPLE}`
export DYLD_LIBRARY_PATH="${LLVM_DIRECTORY}/lib":${DYLD_LIBRARY_PATH:-}
export CARGO_TARGET_aarch64_apple_darwin_LINKER="${LLVM_DIRECTORY}/bin/clang"
fi
export LD="${LLVM_DIRECTORY}/bin/clang"
export CC="${LLVM_DIRECTORY}/bin/clang"
export CXX="${LLVM_DIRECTORY}/bin/clang++"
}
Expand Down

0 comments on commit 835cd0a

Please sign in to comment.