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 75c7bca commit f1fe451Copy full SHA for f1fe451
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.3.0
0 commit comments