Skip to content

Commit

Permalink
Pin bazel version to 5.2.0 to work around drake#17763
Browse files Browse the repository at this point in the history
  • Loading branch information
ggould256 committed Aug 23, 2022
1 parent ab27a75 commit 4c9560e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/setup/linux/ubuntu/focal/install_prereqs
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,12 @@ apt-key adv --fetch-keys https://bazel.build/bazel-release.pub.gpg
echo 'deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8' \
> /etc/apt/sources.list.d/bazel.list

# TODO(drake#17763): Bazel is pinned here because Bazel 5.3.0 broke the way
# we do LCM builds. This should be reverted when Bazel fixes the problem or
# when Drake finds a workaround to it.
apt-get update
apt-get install --no-install-recommends $(cat <<EOF
bazel
bazel-5.2.0
clang-format-12
cmake
coinor-libclp-dev
Expand Down

0 comments on commit 4c9560e

Please sign in to comment.