From 61a838d457d0358c930cd7bcf097ef4d9240b35a Mon Sep 17 00:00:00 2001 From: gngpp Date: Fri, 19 Apr 2024 10:14:38 +0800 Subject: [PATCH] build: revert target i586-unknown-linux-musl support --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index f0d3532..48b57e7 100755 --- a/build.sh +++ b/build.sh @@ -37,7 +37,6 @@ linux_target=( "armv7-unknown-linux-musleabihf:mimalloc" "arm-unknown-linux-musleabihf:jemalloc" "i686-unknown-linux-musl:jemalloc" - "i586-unknown-linux-musl:jemalloc" ) # 2. MacOS