Fix #1255: Using mimalloc for Linux LoongArch64 (#1257)

This commit is contained in:
Glavo
2025-08-19 00:04:11 +08:00
committed by GitHub
parent fa3e208668
commit 489661a2ce

View File

@@ -192,7 +192,7 @@ jobs:
if [[ $OS =~ ^windows.*$ ]]; then
SUFFIX=.exe
CORE_FEATURES="--features=mimalloc"
elif [[ $TARGET =~ ^riscv64.*$ ]]; then
elif [[ $TARGET =~ ^riscv64.*$ || $TARGET =~ ^loongarch64.*$ ]]; then
CORE_FEATURES="--features=mimalloc"
else
CORE_FEATURES="--features=jemalloc"