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.
.bazelrc
1 parent 7410522 commit cda4ca6Copy full SHA for cda4ca6
.bazelrc
@@ -1,7 +1,9 @@
1
-common --enable_platform_specific_config --enable_bzlmod
+common --enable_platform_specific_config
2
+common --enable_bzlmod
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
+# 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
7
common --override_module=semmle_code=%workspace%/misc/bazel/semmle_code_stub
8
9
build --repo_env=CC=clang --repo_env=CXX=clang++
0 commit comments