We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd40a2 commit f3d3d74Copy full SHA for f3d3d74
ubuntu-22.04-risc/Dockerfile
@@ -6,6 +6,7 @@ RUN apt-get update && \
6
7
FROM base as ld
8
9
+# https://github.com/rust-lang/rust/issues/117101
10
RUN curl -L -O https://ftpmirror.gnu.org/gnu/binutils/binutils-2.38.tar.gz && \
11
tar -xvzf binutils-2.38.tar.gz && \
12
cd binutils-2.38 && \
0 commit comments