Skip to content

Commit ef2467a

Browse files
committed
[bazel] Flip --enable_bzlmod to true
1 parent 4d09368 commit ef2467a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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 --enable_workspace
12+
common --enable_bzlmod=true --enable_workspace=false
1313

1414
# TODO: Remove lit test reliance on this
1515
common --legacy_external_runfiles

utils/bazel/MODULE.bazel.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)