Skip to content

Commit

Permalink
add ld-memory
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed May 31, 2023
1 parent 3b18ad8 commit b772adc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions riotbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@ RUN \
echo 'Cleaning up root-owned crates.io cache' >&2 && \
rm -rf /opt/rustup/.cargo/{git,registry,.package-cache}

# get ld-memory from pre-built containers (ld-memory is used for on-the-fly
# .ld linker script generation)
COPY --from=kaspar030/ld-memory:0.2 /ld-memory /usr/bin/ld-memory

# get Dockerfile version from build args
ARG RIOTBUILD_VERSION=unknown
ENV RIOTBUILD_VERSION $RIOTBUILD_VERSION
Expand Down

0 comments on commit b772adc

Please sign in to comment.