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 b66153b commit f1bdd6bCopy full SHA for f1bdd6b
.bazelrc
@@ -1,6 +1,7 @@
1
common --enable_platform_specific_config
2
common --enable_bzlmod
3
-common --lockfile_mode=update
+# put common --lockfile_mode=update in your local.bazelrc if you want to auto-update the lock file
4
+common --lockfile_mode=error
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