Skip to content

Commit 3e07bf3

Browse files
committed
Disabling jemalloc on the rust compiler builds for ARM.
petevine pointed out an issue that causes segfaults when the code is compiled on ARM using the current compilers with jemalloc. rust-lang/rust#30919
1 parent 1408b6f commit 3e07bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build/build-rust.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ cd build
174174
# Override the LLVM build targets. only need arm.
175175
../configure \
176176
$CHANNEL \
177+
--disable-jemalloc \
177178
--disable-valgrind \
178179
--enable-ccache \
179180
$CLANG_PARAMS \

0 commit comments

Comments
 (0)