Skip to content

Commit 22c1b58

Browse files
add --enable_workspace to .bazelrc
1 parent 6b6df16 commit 22c1b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Flip off to disable MODULE.bazel until we're ready.
1111
# https://github.com/llvm/llvm-project/issues/55924
12-
common --enable_bzlmod=false
12+
common --enable_bzlmod=false --enable_workspace
1313

1414
# Prevent invalid caching if input files are modified during a build.
1515
build --experimental_guard_against_concurrent_changes

0 commit comments

Comments
 (0)