Skip to content

Commit

Permalink
chore: upgrade to Bazel 7
Browse files Browse the repository at this point in the history
Will handle bzlmod in a follow-up
  • Loading branch information
alexeagle committed Jan 11, 2024
1 parent ed4bca2 commit 0a7454d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

test --test_output=errors

# TODO(alex): enable
common --noenable_bzlmod

# Define value used by tests
build --define=SOME_VAR=SOME_VALUE

Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
6.4.0
7.0.0
# The first line of this file is used by Bazelisk and Bazel to be sure
# the right version of Bazel is used to build and test this repo.
# This also defines which version is used on CI.
Expand Down

0 comments on commit 0a7454d

Please sign in to comment.