File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 48
48
run : |
49
49
sudo apt install python3 python3-toposort
50
50
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
54
51
- name : Download Drake
55
52
run : bazel build @drake//:module_py
56
53
working-directory : drake_ros
Original file line number Diff line number Diff line change 1
1
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" ,
5
5
)
You can’t perform that action at this time.
0 commit comments