You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move module_ctx.watch to after lockfile repin (#3932)
In bazel 9, module_ctx.read verifies digests for files already read. If
repin is requested, the content of the lockfile may change and cause
bazel to hard crash.
relates to: bazelbuild/bazel#29114
0 commit comments