mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/helm: disable check on s390x
This commit is contained in:
parent
5fe3a115b2
commit
6eb7202255
@ -20,7 +20,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/helm/helm/archive/v$pkgver.t
|
||||
|
||||
case "$CARCH" in
|
||||
# Disable check on 32bit systems due to upstream test "TestPlatformPrepareCommand" that does not account for these platforms
|
||||
x86|armv7|armhf) options="$options !check" ;;
|
||||
# s390x fails in a loop
|
||||
s390x|x86|armv7|armhf) options="$options !check" ;;
|
||||
esac
|
||||
|
||||
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
||||
|
Loading…
Reference in New Issue
Block a user