shinchiro / mpv-winbuild-cmake

CMake-based MinGW-w64 Cross Toolchain
590 stars 107 forks source link

FYI: In Case You Have Problem With Rustup Recently #682

Closed CharlesMengCA closed 3 months ago

CharlesMengCA commented 3 months ago

On Arch Linux, Rustup failed to install since June 8 due the the update of mimalloc from 2.1.2 to 2.1.7

Detail info here: https://github.com/rust-lang/rust/issues/126200

The workaround for now would be downgrade mimalloc to 2.1.2 or remove the export LD_PRELOAD="@MALLOC@" from from exec.in.

For my build, I chose the mimalloc downgrade.