ipfs-cluster: broken on musl
This commit is contained in:
parent
60d1231477
commit
91e40f9306
|
@ -14,6 +14,10 @@ homepage="https://github.com/ipfs/ipfs-cluster"
|
|||
distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz"
|
||||
checksum=cd7ac1c97f5365a5592d502d7b21dfe8453afea37331028dcce98c1a6534b4f4
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
*-musl) broken="Downloads gx-go and can't execute it";;
|
||||
esac
|
||||
|
||||
# regular go mechanisms don't work, and upstream says to do this
|
||||
pre_build() {
|
||||
make deps
|
||||
|
|
Loading…
Reference in New Issue