Skip to content

Commit

Permalink
Update bazel to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Dec 9, 2024
1 parent aece625 commit 0cfcc6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ common --keep_going=yes
build --test_output=errors
build --test_summary=terse

# TODO(jwnimmer-tri) For the moment, we still need WORKSPACE.bzlmod.
# Once we can delete that file, we should remove the next line as well.
common --enable_workspace=true

# Add `bazel test --config=lint` shortcut for linting.
build:lint --test_tag_filters=lint

Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.1
8.0.0

0 comments on commit 0cfcc6d

Please sign in to comment.