ipfs-cluster: broken on musl
This commit is contained in:
parent
60d1231477
commit
91e40f9306
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ homepage="https://github.com/ipfs/ipfs-cluster"
|
||||||
distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz"
|
||||||
checksum=cd7ac1c97f5365a5592d502d7b21dfe8453afea37331028dcce98c1a6534b4f4
|
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
|
# regular go mechanisms don't work, and upstream says to do this
|
||||||
pre_build() {
|
pre_build() {
|
||||||
make deps
|
make deps
|
||||||
|
|
Loading…
Reference in a new issue