Skip to content

Commit

Permalink
Remove linux-loongarch64 from native-all
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangzhai authored and Leslie Zhai committed Oct 24, 2023
1 parent d88f96a commit 337ff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 337ff94

Please sign in to comment.