Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
JuozasVainauskas committed Nov 12, 2023
1 parent ab25c19 commit 9041b60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ COPY ./tests ./tests
RUN apt-get update && \
apt-get install qemu-system -y
RUN cargo install bootimage && \
rustup target add aarch64-unknown-linux-gnu && \
rustup toolchain install nightly-aarch64-unknown-linux-gnu && \
rustup component add rust-src --toolchain nightly-aarch64-unknown-linux-gnu && \
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu && \
rustup component add llvm-tools-preview

Expand Down

0 comments on commit 9041b60

Please sign in to comment.