Skip to content

Commit 423dd8f

Browse files
authored
Upgrade to Drake 1.29 (#352)
Drop now-unnecessary GCC 13 workaround (GitHub reverted the GCC PPA).
1 parent f3c5497 commit 423dd8f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/bazelized_drake_ros.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
run: |
4949
sudo apt install python3 python3-toposort
5050
sudo rm -rf /var/lib/apt/lists/*
51-
- name: Use GCC 11, until GCC 13 works with drake's clang
52-
run: sudo apt purge gcc-13 libgcc-13-dev g++-13 libstdc++-13-dev gcc-12 libgcc-12-dev g++-12 libstdc++-12-dev && sudo apt install gcc-11 g++-11 && sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
53-
working-directory: drake_ros
5451
- name: Download Drake
5552
run: bazel build @drake//:module_py
5653
working-directory: drake_ros

drake_ros/drake.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DRAKE_SUGGESTED_VERSION = struct(
2-
url = "https://github.com/RobotLocomotion/drake/archive/refs/tags/v1.28.0.tar.gz", # noqa
3-
sha256 = "6ff298d7fbc33cb17963509f86fcd9cb6816d455b97b3fd589e1085e0548c2fe", # noqa,
4-
strip_prefix = "drake-1.28.0",
2+
url = "https://github.com/RobotLocomotion/drake/archive/refs/tags/v1.29.0.tar.gz", # noqa
3+
sha256 = "df9dec6e7d2c172d65152e30172a393b66706ebd3d4eff822b4d9562c1c3b9a2", # noqa,
4+
strip_prefix = "drake-1.29.0",
55
)

0 commit comments

Comments
 (0)