mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
@@ -192,7 +192,7 @@ jobs:
|
|||||||
if [[ $OS =~ ^windows.*$ ]]; then
|
if [[ $OS =~ ^windows.*$ ]]; then
|
||||||
SUFFIX=.exe
|
SUFFIX=.exe
|
||||||
CORE_FEATURES="--features=mimalloc"
|
CORE_FEATURES="--features=mimalloc"
|
||||||
elif [[ $TARGET =~ ^riscv64.*$ ]]; then
|
elif [[ $TARGET =~ ^riscv64.*$ || $TARGET =~ ^loongarch64.*$ ]]; then
|
||||||
CORE_FEATURES="--features=mimalloc"
|
CORE_FEATURES="--features=mimalloc"
|
||||||
else
|
else
|
||||||
CORE_FEATURES="--features=jemalloc"
|
CORE_FEATURES="--features=jemalloc"
|
||||||
|
|||||||
Reference in New Issue
Block a user