diff options
author | zhaixiaojuan <zhaixiaojuan@loongson.cn> | 2024-06-13 13:04:57 +0000 |
---|---|---|
committer | Celeste <20312-Celeste@users.gitlab.alpinelinux.org> | 2024-06-13 13:31:35 +0000 |
commit | 9f000d875de26be357af5d5fc3e4431bf6ac9e5a (patch) | |
tree | 4cd928794598e364b83f6a2d02468b0da28f794d | |
parent | f580d05847fe520b63ef60742dc3d02dabb91070 (diff) | |
download | aports-9f000d875de26be357af5d5fc3e4431bf6ac9e5a.zip |
testing/seaweedfs: disable on loongarch64
-rw-r--r-- | testing/seaweedfs/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/seaweedfs/APKBUILD b/testing/seaweedfs/APKBUILD index 0134e1fba22..8b6af535371 100644 --- a/testing/seaweedfs/APKBUILD +++ b/testing/seaweedfs/APKBUILD @@ -6,7 +6,8 @@ pkgrel=3 pkgdesc="SeaweedFS is a simple and highly scalable distributed file system to store and serve billions of files fast" url="https://github.com/seaweedfs/seaweedfs" license="Apache-2.0" -arch="all !s390x !ppc64le !riscv64" # FTBFS +# loongarch64: blocked by bbolt +arch="all !s390x !ppc64le !riscv64 !loongarch64" # FTBFS makedepends="go" subpackages="$pkgname-doc $pkgname-openrc" source="seaweedfs-$pkgver.tar.gz::https://github.com/seaweedfs/seaweedfs/archive/$pkgver.tar.gz |