Commit f78eae7
authored
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#209421 parent 711186f commit f78eae7
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments