Skip to content

Commit

Permalink
fixup! fixup! fixup! 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 523ab85 commit 941fda8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/test.sh
Expand Up @@ -68,6 +68,12 @@ set_llvm_env() {
export DYLD_LIBRARY_PATH="${LLVM_DIRECTORY}/lib":${DYLD_LIBRARY_PATH:-}
export CARGO_TARGET_AARCH64_APPLE_DARWIN_LINKER="$(pwd)/ci/macos-cargo-linker"
fi
export LD="${LLVM_DIRECTORY}/bin/clang"
export CC="${LLVM_DIRECTORY}/bin/clang"
export CXX="${LLVM_DIRECTORY}/bin/clang++"
export HOST_LD="${LLVM_DIRECTORY}/bin/clang"
export HOST_CC="${LLVM_DIRECTORY}/bin/clang"
export HOST_CXX="${LLVM_DIRECTORY}/bin/clang++"
}

assert_no_diff() {
Expand Down

0 comments on commit 941fda8

Please sign in to comment.