Skip to content

Commit 5de4a97

Browse files
authored
Move to new toolchain on CI (#21)
1 parent 27d982d commit 5de4a97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.bazelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
build --incompatible_disallow_empty_glob
22
build --macos_minimum_os=13.0
33
build --host_macos_minimum_os=13.0
4+
build --test_output=errors
5+
6+
build --enable_platform_specific_config
7+
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
8+
build:macos --crosstool_top=@local_config_apple_cc//:toolchain
9+
build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain

0 commit comments

Comments
 (0)