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 f1bdd6b commit 0471287Copy full SHA for 0471287
.bazelrc
@@ -1,7 +1,7 @@
1
common --enable_platform_specific_config
2
common --enable_bzlmod
3
-# put common --lockfile_mode=update in your local.bazelrc if you want to auto-update the lock file
4
-common --lockfile_mode=error
+# because we use --override_module with `%workspace%`, the lock file is not stable
+common --lockfile_mode=off
5
6
# when building from this repository in isolation, the internal repository will not be found at ..
7
# where `MODULE.bazel` looks for it. The following will get us past the module loading phase, so
0 commit comments