Skip to content

Commit ab8ace3

Browse files
authored
[bazel] Update to 7.x (#86297)
1 parent 01b1b0c commit ab8ace3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

utils/bazel/.bazelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
# Common flags that apply to all configurations.
77
# Use sparingly for things common to all compilers and platforms.
88
###############################################################################
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+
914
# Prevent invalid caching if input files are modified during a build.
1015
build --experimental_guard_against_concurrent_changes
1116

utils/bazel/.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.2
1+
7.1.1

0 commit comments

Comments
 (0)