added rustfmt to rust-full image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 17m1s

This commit is contained in:
2025-05-10 09:32:35 +08:00
parent cf7808488d
commit a7136a0a0c

View File

@@ -96,6 +96,7 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
USER luser
WORKDIR /home/luser
RUN rustup toolchain install stable-x86_64-unknown-linux-gnu --profile minimal
RUN rustup component add rustfmt
RUN rustup target add \
x86_64-unknown-linux-musl \
x86_64-unknown-linux-gnu \