Skip to content

Commit d00386d

Browse files
committed
chore: remove deprecated bazel 7 flag
1 parent f23063b commit d00386d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bazelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
common --enable_bzlmod
22
build --enable_platform_specific_config
3-
build --incompatible_use_platforms_repo_for_constraints
43
build --incompatible_enable_cc_toolchain_resolution
54
build --incompatible_strict_action_env
65
build --enable_runfiles
76
build --registry=https://raw.githubusercontent.com/bazelboost/registry/main
7+
query --registry=https://raw.githubusercontent.com/bazelboost/registry/main
88
build --registry=https://bcr.bazel.build
9+
query --registry=https://bcr.bazel.build
910

1011
# boringssl requires cpp14+
1112
build:linux --cxxopt=-std=c++14

0 commit comments

Comments
 (0)