Skip to content

Commit

Permalink
Fix /root/.cargo/config deprecation warnings (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 authored Jan 13, 2025
1 parent b00b6bf commit 5b6ead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ RUN chmod 755 /root/ && \
rustup component add --toolchain $TOOLCHAIN rustfmt clippy && \
rm -rf /root/.rustup/toolchains/$TOOLCHAIN-$GNU_TARGET/share/

RUN echo "[target.$TARGET]\nlinker = \"$TARGET-gcc\"\n" > /root/.cargo/config
RUN echo "[target.$TARGET]\nlinker = \"$TARGET-gcc\"\n" > /root/.cargo/config.toml

# Build std sysroot for targets that doesn't have official std release
ADD Xargo.toml /tmp/Xargo.toml
Expand Down

0 comments on commit 5b6ead0

Please sign in to comment.