master
Dominika Liberda 2021-10-11 16:02:30 +02:00
parent 12fe44f097
commit 894ee2dd85
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ mk_add_options MOZ_TELEMETRY_REPORTING=0
# ac_add_options --enable-linker=gold
END
if [[ "$(/lib/libc.so 2>&1)" != *"musl libc"* ]]; then
if [[ "$(/lib/libc.so 2>&1)" == *"musl libc"* ]]; then
echo "ac_add_options --disable-jemalloc" >> ${CI_PROJECT_DIR}/mozconfig
echo "ac_add_options --disable-gold" >> ${CI_PROJECT_DIR}/mozconfig
fi