aboutsummaryrefslogtreecommitdiff
path: root/.bazelci/presubmit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.bazelci/presubmit.yml')
-rw-r--r--.bazelci/presubmit.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index bb98abfa..cb90d30d 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -43,8 +43,16 @@ tasks:
macos:
shell_commands:
- tests/core/cgo/generate_imported_dylib.sh
+ build_flags:
+ - "--apple_crosstool_top=@local_config_apple_cc//:toolchain"
+ - "--crosstool_top=@local_config_apple_cc//:toolchain"
+ - "--host_crosstool_top=@local_config_apple_cc//:toolchain"
build_targets:
- "//..."
+ test_flags:
+ - "--apple_crosstool_top=@local_config_apple_cc//:toolchain"
+ - "--crosstool_top=@local_config_apple_cc//:toolchain"
+ - "--host_crosstool_top=@local_config_apple_cc//:toolchain"
test_targets:
- "//..."
rbe_ubuntu1604: