feat: Add llvm-tools-preview component to Dockerfile

This commit is contained in:
ParrotXray 2025-11-14 11:24:13 +08:00
parent f4653694ac
commit 75d78f2c34
Signed by: ParrotXray
SSH Key Fingerprint: SHA256:OEnKoo72UOfrmZ3LVSBn9K/UfpEzNrl+q8JMLG9CaAI

View File

@ -19,6 +19,7 @@ WORKDIR /app
RUN rustup install nightly && \
rustup default nightly && \
rustup component add rust-src && \
rustup component add llvm-tools-preview && \
rustup target add x86_64-unknown-none
USER jenkins