Skip to content

Commit

Permalink
Revert "ci: Add rust target support"
Browse files Browse the repository at this point in the history
This reverts commit 57b4d81 in order to
ensure that the v0.26-branch remains compatible with Zephyr 3.7 LTS.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Oct 15, 2024
1 parent f5bcbce commit c1d9fc8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,6 @@ RUN wget -q -O- "https://sh.rustup.rs" | sh -s -- -y
# Install uefi-run utility
RUN ~/.cargo/bin/cargo install uefi-run --root /usr

# Install target support for Rust. This is the list as of the current
# time.
RUN \
~/.cargo/bin/rustup target install riscv32i-unknown-none-elf && \
~/.cargo/bin/rustup target install riscv64imac-unknown-none-elf && \
~/.cargo/bin/rustup target install thumbv6m-none-eabi && \
~/.cargo/bin/rustup target install thumbv7em-none-eabi && \
~/.cargo/bin/rustup target install thumbv7m-none-eabi && \
~/.cargo/bin/rustup target install thumbv8m.main-none-eabi && \
~/.cargo/bin/rustup target install x86_64-unknown-none

# Install LLVM and Clang
RUN wget ${WGET_ARGS} https://apt.llvm.org/llvm.sh && \
chmod +x llvm.sh && \
Expand Down

0 comments on commit c1d9fc8

Please sign in to comment.