[llvm] [bazel] Update to 7.x (PR #86297)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 08:48:40 PDT 2024
https://github.com/keith created https://github.com/llvm/llvm-project/pull/86297
None
>From 4b6adf56a36234196185699f23614146398afc11 Mon Sep 17 00:00:00 2001
From: Keith Smiley <keithbsmiley at gmail.com>
Date: Fri, 22 Mar 2024 08:47:58 -0700
Subject: [PATCH] [bazel] Update to 7.x
---
utils/bazel/.bazelrc | 5 +++++
utils/bazel/.bazelversion | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/utils/bazel/.bazelrc b/utils/bazel/.bazelrc
index c06e9b3416263f..46894decc7ad06 100644
--- a/utils/bazel/.bazelrc
+++ b/utils/bazel/.bazelrc
@@ -6,6 +6,11 @@
# Common flags that apply to all configurations.
# Use sparingly for things common to all compilers and platforms.
###############################################################################
+
+# Flip off to disable MODULE.bazel until we're ready.
+# https://github.com/llvm/llvm-project/issues/55924
+common --enable_bzlmod=false
+
# Prevent invalid caching if input files are modified during a build.
build --experimental_guard_against_concurrent_changes
diff --git a/utils/bazel/.bazelversion b/utils/bazel/.bazelversion
index 5e3254243a3b27..21c8c7b46b8993 100644
--- a/utils/bazel/.bazelversion
+++ b/utils/bazel/.bazelversion
@@ -1 +1 @@
-6.1.2
+7.1.1
More information about the llvm-commits
mailing list