Skip to content

Commit bcc33f5

Browse files
committed
[CI] Fix for bazel 8.x
1 parent 0aa1ffd commit bcc33f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scripts/bazel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ readonly bazel
3838

3939
common_args=(
4040
"--enable_bzlmod=${USE_BZLMOD:-true}"
41+
"--enable_workspace"
4142
)
4243

4344
# shellcheck disable=SC2034

0 commit comments

Comments
 (0)