Skip to content

Commit 0ec8bbc

Browse files
committed
ci: Do not use toolchain for macOS releases
The toolchain doesn't use a sysroot and is not available on arm64 yet, so it's not clear what the benefit of keeping it is.
1 parent b87b02b commit 0ec8bbc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ jobs:
5454
echo "build --config=maven" >> .bazelrc
5555
echo "build:linux --config=toolchain" >> .bazelrc
5656
echo "build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux" >> .bazelrc
57-
echo "build:macos --config=toolchain" >> .bazelrc
58-
echo "build:macos --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-darwin" >> .bazelrc
5957
6058
- name: Build
6159
shell: bash

0 commit comments

Comments
 (0)