Skip to content
Snippets Groups Projects
Unverified Commit d89b97de authored by Xùdōng Yáng's avatar Xùdōng Yáng Committed by GitHub
Browse files

[7.3.1] Fix expected lockfile version to change based on...

[7.3.1] Fix expected lockfile version to change based on `--incompatible_use_plus_in_repo_names` (#23281)

We write a different lockfile version based on
`--incompatible_use_plus_in_repo_names` (see HACK in
`BazelLockFileModule.java`). But we don't _expect_ a different lockfile
version based on that flag; this causes us to consider the lockfile
_always_ out-of-date when that flag is set.

Fixes https://github.com/bazelbuild/bazel/issues/23279.
parent e5164603
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment