Skip to content

Commit a4456a5

Browse files
authored
[bazel] Flip --enable_bzlmod to true (llvm#168555)
Switches to the config added in llvm#164891 Fixes llvm#55924
1 parent 6f8e87b commit a4456a5

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

utils/bazel/.bazelrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
# Use sparingly for things common to all compilers and platforms.
88
###############################################################################
99

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

1412
# TODO: Remove lit test reliance on this
1513
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)