From f1fe45106572204f36e82ded2b921b9984ec32e5 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 12 Aug 2024 18:06:05 -0700 Subject: [PATCH] [bazel] Upgrade to 7.3.0 (#102991) Most importantly this rc has a change that we had to revert for previously --- 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 975667f8fa81..67fb4f432787 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 5e3254243a3b..1502020768a7 100644 --- a/utils/bazel/.bazelversion +++ b/utils/bazel/.bazelversion @@ -1 +1 @@ -6.1.2 +7.3.0