[bazel] Upgrade to 7.3.0 (#102991)

Most importantly this rc has a change that we had to revert for
previously
This commit is contained in:
Keith Smiley
2024-08-12 18:06:05 -07:00
committed by GitHub
parent 75c7bca740
commit f1fe451065
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -1 +1 @@
6.1.2
7.3.0