From efebe692cad9fb250f5f9b2298fd11dfc4cf568f Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 12 Mar 2025 12:21:09 +0100 Subject: [PATCH] Fix rust-xwin --- images/rust-xwin/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/rust-xwin/Dockerfile b/images/rust-xwin/Dockerfile index 2164875..31a6eeb 100644 --- a/images/rust-xwin/Dockerfile +++ b/images/rust-xwin/Dockerfile @@ -72,7 +72,6 @@ RUN set -eux; \ update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++ 100; \ update-alternatives --install /usr/bin/ld ld /usr/bin/ld.lld 100; \ rustup target add x86_64-pc-windows-msvc; \ - rustup default stable-x86_64-pc-windows-msvc; \ rustup component add rust-src; \ rustup update; \ apt-get remove -y --auto-remove \