Skip to content
Snippets Groups Projects
Unverified Commit 8b0b0f86 authored by bazel.build machine account's avatar bazel.build machine account Committed by GitHub
Browse files

[8.0.0] Bump lockfile version after changes to canonical names (#24381)

aa7317f8 changed the canonical name of repositories generated by
`use_repo_rule`, which should have been accompanied by a bump of the
lockfile version.

Should fix
https://github.com/bazelbuild/bazel/pull/24171#issuecomment-2482949080

Closes #24363.

PiperOrigin-RevId: 697924369
Change-Id: I3b2876ea3fab86d5ab9c7e08f8c9ce607573c56c

Commit
https://github.com/bazelbuild/bazel/commit/71227bf00cf803f931f126ed5ad6df5b2a073a27



Co-authored-by: default avatarFabian Meumertzheim <fabian@meumertzhe.im>
parent 1de6e5ea
No related merge requests found
......@@ -38,7 +38,7 @@ public abstract class BazelLockFileValue implements SkyValue {
// https://cs.opensource.google/bazel/bazel/+/release-7.3.0:src/main/java/com/google/devtools/build/lib/bazel/bzlmod/BazelLockFileModule.java;l=120-127;drc=5f5355b75c7c93fba1e15f6658f308953f4baf51
// While this hack exists on 7.x, lockfile version increments should be done 2 at a time (i.e.
// keep this number even).
public static final int LOCK_FILE_VERSION = 12;
public static final int LOCK_FILE_VERSION = 14;
@SerializationConstant public static final SkyKey KEY = () -> SkyFunctions.BAZEL_LOCK_FILE;
......
{
"lockFileVersion": 12,
"lockFileVersion": 14,
"registryFileHashes": {
"https://bcr.bazel.build/bazel_registry.json": "8a28e4aff06ee60aed2a8c281907fb8bcbf3b753c91fb5a5c57da3215d5b3497",
"https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba06c876bd23630c83466e9500321be55c96ace2",
......
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