Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions utils/bazel/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion utils/bazel/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.2
7.3.0