Skip to content

Commit

Permalink
Still install the Linux toolchain but also install the Windows target
Browse files Browse the repository at this point in the history
  • Loading branch information
cozyGalvinism committed Mar 18, 2024
1 parent 96d99ab commit ff6e121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y curl build-essential $ADDITIONAL_PACKAG

USER jenkins

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $VERSION --default-host $HOST
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $VERSION -t $HOST
ENV PATH="/home/jenkins/.cargo/bin:${PATH}"

RUN rustc --version && cargo --version

0 comments on commit ff6e121

Please sign in to comment.