Skip to content

Commit

Permalink
Move to new toolchain on CI (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Apr 5, 2023
1 parent 27d982d commit 5de4a97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
build --incompatible_disallow_empty_glob
build --macos_minimum_os=13.0
build --host_macos_minimum_os=13.0
build --test_output=errors

build --enable_platform_specific_config
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
build:macos --crosstool_top=@local_config_apple_cc//:toolchain
build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain

0 comments on commit 5de4a97

Please sign in to comment.