We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23063b commit d00386dCopy full SHA for d00386d
.bazelrc
@@ -1,11 +1,12 @@
1
common --enable_bzlmod
2
build --enable_platform_specific_config
3
-build --incompatible_use_platforms_repo_for_constraints
4
build --incompatible_enable_cc_toolchain_resolution
5
build --incompatible_strict_action_env
6
build --enable_runfiles
7
build --registry=https://raw.githubusercontent.com/bazelboost/registry/main
+query --registry=https://raw.githubusercontent.com/bazelboost/registry/main
8
build --registry=https://bcr.bazel.build
9
+query --registry=https://bcr.bazel.build
10
11
# boringssl requires cpp14+
12
build:linux --cxxopt=-std=c++14
0 commit comments