Skip to content

Commit f3d3d74

Browse files
authored
add link to issue about rust/risc/binutils
rust-lang/rust#117101
1 parent 3dd40a2 commit f3d3d74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ubuntu-22.04-risc/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update && \
66

77
FROM base as ld
88

9+
# https://github.com/rust-lang/rust/issues/117101
910
RUN curl -L -O https://ftpmirror.gnu.org/gnu/binutils/binutils-2.38.tar.gz && \
1011
tar -xvzf binutils-2.38.tar.gz && \
1112
cd binutils-2.38 && \

0 commit comments

Comments
 (0)