Skip to content

Commit

Permalink
Rm Rust support
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdimfox committed Aug 10, 2021
1 parent bbbc40b commit bc7afaf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,6 @@ RUN useradd -u $UID -m -g user -G plugdev user \
&& echo 'user ALL = NOPASSWD: ALL' > /etc/sudoers.d/user \
&& chmod 0440 /etc/sudoers.d/user

RUN wget ${WGET_ARGS} https://static.rust-lang.org/rustup/rustup-init.sh && \
chmod +x rustup-init.sh && \
./rustup-init.sh -y && \
. $HOME/.cargo/env && \
cargo install uefi-run && \
rm -f ./rustup-init.sh

# Set the locale
ENV ZEPHYR_TOOLCHAIN_VARIANT=zephyr
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-${ZSDK_VERSION}
Expand Down

0 comments on commit bc7afaf

Please sign in to comment.