seaweedfs: broken on ppc64le

This commit is contained in:
q66 2021-07-22 20:42:31 +02:00
parent e984e5db17
commit 3ee173a161

View file

@ -12,3 +12,7 @@ license="Apache-2.0"
homepage="https://github.com/chrislusf/seaweedfs"
distfiles="https://github.com/chrislusf/seaweedfs/archive/${version}.tar.gz"
checksum=158d50c30258e44787ff2a4a1e0bad894795120bac01ec37d5db6f3f07b6569f
case "$XBPS_TARGET_MACHINE" in
ppc64*) broken="build constraints exclude all Go files in ...";;
esac