Skip to content

Commit 5c78389

Browse files
committed
[.devcontainer/Dockerfile] remove installation of msvc target in .devcontainer
W/ PE support removed, our .devcontainer no longer needs the msvc target installed. Signed-off-by: danbugs <[email protected]>
1 parent acf7192 commit 5c78389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
5959
&& rustup default ${RUST_TOOLCHAIN} \
6060
&& rustup target add x86_64-unknown-linux-gnu \
6161
&& rustup target add x86_64-unknown-none \
62-
&& rustup target add x86_64-pc-windows-msvc \
6362
&& rustup toolchain add nightly-x86_64-unknown-linux-gnu \
6463
&& cargo install just
6564

0 commit comments

Comments
 (0)