Skip to content

Commit

Permalink
[6.3.1] Disable lockfiles by default (bazelbuild#19106)
Browse files Browse the repository at this point in the history
We're seeing too many lockfile issues in 6.3.0. Let's disable this in 6.3.1 so that we have time to properly fix them, and re-enable it in 6.4.0.
  • Loading branch information
Wyverald authored Jul 27, 2023
1 parent adc13aa commit 5de5d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public class RepositoryOptions extends OptionsBase {
@Option(
name = "lockfile_mode",
converter = LockfileMode.Converter.class,
defaultValue = "update",
defaultValue = "off",
documentationCategory = OptionDocumentationCategory.BZLMOD,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
help =
Expand Down

0 comments on commit 5de5d3b

Please sign in to comment.