Skip to content

Commit 5647b26

Browse files
coeuvrecopybara-github
authored andcommitted
Enable cc toolchain resolution for building Bazel
Closes bazelbuild#19029. PiperOrigin-RevId: 551218176 Change-Id: Ia01c3b83b071b50b353f116dbd360bd3fe04f0c3
1 parent 37b03ac commit 5647b26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ build --tool_java_language_version=11
3838
# Fail if a glob doesn't match anything (https://github.com/bazelbuild/bazel/issues/8195)
3939
build --incompatible_disallow_empty_glob
4040

41+
# Manually enable cc toolchain resolution before it is flipped. https://github.com/bazelbuild/bazel/issues/7260
42+
build --incompatible_enable_cc_toolchain_resolution
43+
4144
# User-specific .bazelrc
4245
try-import %workspace%/user.bazelrc
4346

0 commit comments

Comments
 (0)