Skip to content

Commit

Permalink
Update rustup target
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jul 18, 2022
1 parent 2c3fe65 commit 4c7f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV PATH=${PATH}:$HOME/.cargo/bin
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
--default-toolchain ${NIGHTLY_VERSION} -y --profile minimal \
&& $HOME/.cargo/bin/rustup component add rust-src --toolchain ${NIGHTLY_VERSION} \
&& $HOME/.cargo/bin/rustup target add riscv32i-unknown-none-elf
&& $HOME/.cargo/bin/rustup target add riscv32imc-unknown-none-elf

RUN $HOME/.cargo/bin/cargo install cargo-espflash ldproxy

Expand Down

0 comments on commit 4c7f946

Please sign in to comment.