From 10d0bfd5406070a9cfc5f281f0b86d14e66d6b67 Mon Sep 17 00:00:00 2001 From: Luis Padron Date: Thu, 18 Apr 2024 14:53:10 -0400 Subject: [PATCH] Disable builtin CC toolchain for BCR tests Similar to https://github.com/bazelbuild/rules_apple/pull/2377 --- .bcr/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 0f604656..12a7db25 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -7,3 +7,5 @@ tasks: bazel: ${{ bazel }} build_targets: - "@rules_ios//rules/..." + build_flags: + - "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"