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
test: workaround cyclic dependency bzlmod bug by disabling lockfiles (#1705)
Bazel 7.0.1 has a bug where lockfiles can cause a bogus error about
cyclic dependencies. Removing the lockfile or disabling the lockfiles
prevents it from triggering. We aren't
using lockfiles anyways.
This should make CI happy, which uses 7.0.1 in some configurations.
Local development
isn't impacted because .bazelversion specifies 7.0.0
See bazelbuild/bazel#20942
0 commit comments