From 3c7e1f0a0c9ecb1e440546ab79ad53f864cce9f9 Mon Sep 17 00:00:00 2001 From: John Cater Date: Tue, 10 Dec 2024 16:46:07 -0500 Subject: [PATCH] Add explicit `--enable_workspace` so that this test works with Bazel 8 (#413) This fixes the failing test from #410. --- examples/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel index bfffc33e..8c336023 100644 --- a/examples/BUILD.bazel +++ b/examples/BUILD.bazel @@ -22,6 +22,7 @@ default_test_runner( _LEGACY_FLAGS = [ "--noenable_bzlmod", + "--enable_workspace", "--no@cgrindel_bazel_starlib//bzlmod:enabled", ]