Skip to content

Commit

Permalink
fix: bump rr version
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Oct 24, 2024
1 parent ef0dc8a commit c2b8d9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
gcc-14-base \
g++-14 \
gdb \
rr \
cmake \
sccache \
debhelper \
Expand Down Expand Up @@ -82,8 +81,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \

# vulcanexus-${ROS_DISTRO}-core \

# RUN curl -L https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-$(uname -m)-unknown-linux-musl.tar.gz | tar zx --wildcards "*/sccache" --strip-components 1 --directory=/usr/bin
# RUN curl -L https://github.com/rr-debugger/rr/releases/download/5.7.0/rr-5.7.0-Linux-$(uname -m).deb --output rr.deb && dpkg --install rr.deb && rm rr.deb
RUN curl -L https://github.com/rr-debugger/rr/releases/download/5.8.0/rr-5.8.0-Linux-$(uname -m).deb --output rr.deb && dpkg --install rr.deb && rm rr.deb

# set gcc version to latest available on ubuntu rel
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 14 && \
Expand Down

0 comments on commit c2b8d9e

Please sign in to comment.