Skip to content

Commit 3c7e1f0

Browse files
authored
Add explicit --enable_workspace so that this test works with Bazel 8 (#413)
This fixes the failing test from #410.
1 parent 2539af1 commit 3c7e1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ default_test_runner(
2222

2323
_LEGACY_FLAGS = [
2424
"--noenable_bzlmod",
25+
"--enable_workspace",
2526
"--no@cgrindel_bazel_starlib//bzlmod:enabled",
2627
]
2728

0 commit comments

Comments
 (0)