We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b1b0c commit ab8ace3Copy full SHA for ab8ace3
utils/bazel/.bazelrc
@@ -6,6 +6,11 @@
6
# Common flags that apply to all configurations.
7
# Use sparingly for things common to all compilers and platforms.
8
###############################################################################
9
+
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
13
14
# Prevent invalid caching if input files are modified during a build.
15
build --experimental_guard_against_concurrent_changes
16
utils/bazel/.bazelversion
@@ -1 +1 @@
1
-6.1.2
+7.1.1
0 commit comments