aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2021-12-08 16:01:19 +0100
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-12-08 16:35:48 +0100
commitf1d94fb490a632cce4875bde349dc519e397d2cb (patch)
tree54b1f145aad01fc6e1a798bf4ecab4f7a2d459c7 /.bazelrc
parent7c351540c35ad1e3c6ed6b2e7f49fc5ed62dc799 (diff)
downloadjazzer-api-f1d94fb490a632cce4875bde349dc519e397d2cb.tar.gz
Clean up CI setup
* Explicitly use macos-10.15 instead of macos-latest and reflect the architecture in the arch key. * Move the toolchain declaration into the CI so that local users on macOS can use their local setup. Apple LLVM 13 may break us, but other versions as well as mainline LLVM should work.
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.bazelrc b/.bazelrc
index 77878c22..75c6b9ef 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -29,10 +29,6 @@ build:windows --features=static_link_msvcrt
test:windows --noincompatible_strict_action_env
run:windows --noincompatible_strict_action_env
-# macOS
-# Always use the toolchain as UBSan produces linker errors with Apple LLVM 13.
-build:macos --config=toolchain
-
# Toolchain
build:toolchain --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux,@llvm_toolchain//:cc-toolchain-x86_64-darwin
build:toolchain --//third_party:toolchain