Skip to content

Commit

Permalink
Bump Bazel version to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTheEngineer committed Jan 24, 2025
1 parent 1acdb39 commit 89a84bd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .lint/.bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# When bazelisk in use, this dotfile specifies which version of Bazel should be
# used to build and test.
USE_BAZEL_VERSION=7.1.2
USE_BAZEL_VERSION=8.0.1
2 changes: 1 addition & 1 deletion bazel_ros2_rules/.bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# When bazelisk in use, this dotfile specifies which version of Bazel should be
# used to build and test.
USE_BAZEL_VERSION=7.1.2
USE_BAZEL_VERSION=8.0.1
2 changes: 1 addition & 1 deletion default.bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Don't use bzlmod (yet); eventually we'll want to enable this.
common --enable_bzlmod=false
common --enable_bzlmod=false --enable_workspace

# Use C++20.
build --cxxopt=-std=c++20
Expand Down
2 changes: 1 addition & 1 deletion drake_ros/.bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# When bazelisk in use, this dotfile specifies which version of Bazel should be
# used to build and test.
USE_BAZEL_VERSION=7.1.2
USE_BAZEL_VERSION=8.0.1
2 changes: 1 addition & 1 deletion drake_ros_examples/.bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# When bazelisk in use, this dotfile specifies which version of Bazel should be
# used to build and test.
USE_BAZEL_VERSION=7.1.2
USE_BAZEL_VERSION=8.0.1
2 changes: 1 addition & 1 deletion ros2_example_bazel_installed/.bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# When bazelisk in use, this dotfile specifies which version of Bazel should be
# used to build and test.
USE_BAZEL_VERSION=7.1.2
USE_BAZEL_VERSION=8.0.1

0 comments on commit 89a84bd

Please sign in to comment.