aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-06-29 10:06:38 -0700
committerChris Lu <chris.lu@gmail.com>2021-06-29 10:06:38 -0700
commit41db292332c0f8f34dd489ea56a376545343d297 (patch)
treed423f6b4b620ef922cae84c662d255d2a58bfce9
parent3668d10664ae3e8c62fbd315ba5c165078b43fd6 (diff)
downloadseaweedfs-41db292332c0f8f34dd489ea56a376545343d297.tar.xz
seaweedfs-41db292332c0f8f34dd489ea56a376545343d297.zip
skip s390 ppc64le
due to https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/22703
-rw-r--r--weed/filer/sqlite/sqlite_store_unsupported.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/sqlite/sqlite_store_unsupported.go b/weed/filer/sqlite/sqlite_store_unsupported.go
index 9b7009df9..d5b82abf3 100644
--- a/weed/filer/sqlite/sqlite_store_unsupported.go
+++ b/weed/filer/sqlite/sqlite_store_unsupported.go
@@ -1,4 +1,4 @@
-// +build !linux,!darwin,!windows
+// +build !linux,!darwin,!windows,!s390,!ppc64le
// limited GOOS due to modernc.org/libc/unistd