From 337ff94929997cca04c70936c6471f7ec85b0ebb Mon Sep 17 00:00:00 2001 From: Leslie Zhai Date: Tue, 24 Oct 2023 16:32:51 +0800 Subject: [PATCH] Remove linux-loongarch64 from native-all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c3719d0..52f64b37 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ native: jni-header snappy-header $(NATIVE_DLL) native-nocmake: jni-header $(NATIVE_DLL) snappy: native $(TARGET)/$(snappy-jar-version).jar -native-all: native native-arm clean-docker mac64 win32 win64 linux32 linux64 linux-ppc64le linux-riscv64 linux-s390x linux-loongarch64 +native-all: native native-arm clean-docker mac64 win32 win64 linux32 linux64 linux-ppc64le linux-riscv64 linux-s390x ifdef CI # Clean docker images within CI to avoid no space left error