Skip to content

Commit 4c7f946

Browse files
committed
Update rustup target
1 parent 2c3fe65 commit 4c7f946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV PATH=${PATH}:$HOME/.cargo/bin
2020
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
2121
--default-toolchain ${NIGHTLY_VERSION} -y --profile minimal \
2222
&& $HOME/.cargo/bin/rustup component add rust-src --toolchain ${NIGHTLY_VERSION} \
23-
&& $HOME/.cargo/bin/rustup target add riscv32i-unknown-none-elf
23+
&& $HOME/.cargo/bin/rustup target add riscv32imc-unknown-none-elf
2424

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

0 commit comments

Comments
 (0)