1
Fork 0

Fix rust-xwin

This commit is contained in:
Lucas Schwiderski 2025-03-12 12:21:09 +01:00
parent fa62177d62
commit efebe692ca
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -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 \