Skip to content

Commit 0471287

Browse files
committed
Bazel: remove unstable lock file
1 parent f1bdd6b commit 0471287

File tree

2 files changed

+2
-3846
lines changed

2 files changed

+2
-3846
lines changed

.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
common --enable_platform_specific_config
22
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
3+
# because we use --override_module with `%workspace%`, the lock file is not stable
4+
common --lockfile_mode=off
55

66
# when building from this repository in isolation, the internal repository will not be found at ..
77
# where `MODULE.bazel` looks for it. The following will get us past the module loading phase, so

0 commit comments

Comments
 (0)