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 3b18ad8 commit b772adcCopy full SHA for b772adc
riotbuild/Dockerfile
@@ -364,6 +364,10 @@ RUN \
364
echo 'Cleaning up root-owned crates.io cache' >&2 && \
365
rm -rf /opt/rustup/.cargo/{git,registry,.package-cache}
366
367
+# get ld-memory from pre-built containers (ld-memory is used for on-the-fly
368
+# .ld linker script generation)
369
+COPY --from=kaspar030/ld-memory:0.2 /ld-memory /usr/bin/ld-memory
370
+
371
# get Dockerfile version from build args
372
ARG RIOTBUILD_VERSION=unknown
373
ENV RIOTBUILD_VERSION $RIOTBUILD_VERSION
0 commit comments