Revert "rustc: build with jemalloc"
This reverts commit 2a699029f4
.
hopefully this fixes building x86_64-darwin under emulation on aarch64-darwin
This commit is contained in:
parent
c571a5d1c2
commit
539762709b
1 changed files with 0 additions and 3 deletions
|
@ -107,9 +107,6 @@ in stdenv.mkDerivation rec {
|
|||
"${setHost}.musl-root=${pkgsBuildHost.targetPackages.stdenv.cc.libc}"
|
||||
] ++ optionals stdenv.targetPlatform.isMusl [
|
||||
"${setTarget}.musl-root=${pkgsBuildTarget.targetPackages.stdenv.cc.libc}"
|
||||
] ++ optionals (stdenv.isDarwin && stdenv.isx86_64) [
|
||||
# https://github.com/rust-lang/rust/issues/92173
|
||||
"--set rust.jemalloc"
|
||||
];
|
||||
|
||||
# The bootstrap.py will generated a Makefile that then executes the build.
|
||||
|
|
Loading…
Reference in a new issue