Skip to content

Commit

Permalink
Upgrade to Bazel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Nov 18, 2022
1 parent 4c4b9f7 commit e02fdea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Keep this version number in sync with the Ubuntu deb installed by
# drake/setup/ubuntu/source_distribution/install_prereqs.sh.
USE_BAZEL_VERSION=5.3.1
USE_BAZEL_VERSION=6.0.0rc2
6 changes: 3 additions & 3 deletions setup/ubuntu/source_distribution/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if [[ $(arch) = "aarch64" ]]; then
fi
else
dpkg_install_from_wget \
bazel 5.3.1 \
https://releases.bazel.build/5.3.1/release/bazel_5.3.1-linux-x86_64.deb \
1e939b50d90f68d30fa4f3c12dfdf31429b83ddd8076c622429854f64253c23d
bazel 6.0.0rc2 \
https://releases.bazel.build/6.0.0/rc2/bazel_6.0.0rc2-linux-x86_64.deb \
205c48f1dde8a3a9737c3e919bbf037a621e3aa9e40e9b0aeee3169282911d71
fi

0 comments on commit e02fdea

Please sign in to comment.