Skip to content

Commit

Permalink
add link to issue about rust/risc/binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Sep 19, 2024
1 parent 3dd40a2 commit f3d3d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu-22.04-risc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update && \

FROM base as ld

# https://github.com/rust-lang/rust/issues/117101
RUN curl -L -O https://ftpmirror.gnu.org/gnu/binutils/binutils-2.38.tar.gz && \
tar -xvzf binutils-2.38.tar.gz && \
cd binutils-2.38 && \
Expand Down

0 comments on commit f3d3d74

Please sign in to comment.