Skip to content

Commit cda4ca6

Browse files
committed
Bazel: tweak .bazelrc
1 parent 7410522 commit cda4ca6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.bazelrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
common --enable_platform_specific_config --enable_bzlmod
1+
common --enable_platform_specific_config
2+
common --enable_bzlmod
23

3-
# when using repo standalone, we want still to unlock loading the internal repository module
4-
# actually using things from that module will obviously end up in an error
4+
# when building from this repository in isolation, the internal repository will not be found at ..
5+
# where `MODULE.bazel` looks for it. The following will get us past the module loading phase, so
6+
# that we can build things that do not rely on that
57
common --override_module=semmle_code=%workspace%/misc/bazel/semmle_code_stub
68

79
build --repo_env=CC=clang --repo_env=CXX=clang++

0 commit comments

Comments
 (0)