Bazel: switch to erroring out by default on outdated lock file

This commit is contained in:
Paolo Tranquilli
2024-02-22 11:26:39 +01:00
parent b66153be97
commit f1bdd6bdda
2 changed files with 1204 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
common --enable_platform_specific_config
common --enable_bzlmod
common --lockfile_mode=update
# put common --lockfile_mode=update in your local.bazelrc if you want to auto-update the lock file
common --lockfile_mode=error
# when building from this repository in isolation, the internal repository will not be found at ..
# where `MODULE.bazel` looks for it. The following will get us past the module loading phase, so

1202
MODULE.bazel.lock generated

File diff suppressed because it is too large Load Diff