Closed CharlesMengCA closed 5 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.
export LD_PRELOAD="@MALLOC@"
For my build, I chose the mimalloc downgrade.
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.