diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-25 13:55:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-25 14:11:42 +0000 |
commit | 743d1aa3c28aef280eec2c908276f7e6cfbcd4d2 (patch) | |
tree | 3a5f17880fe807e35095f8a630d070117d04e75f /testing/k3s | |
parent | c651d4d300b7c592eab6042e40a91e56aefbee57 (diff) | |
download | aports-743d1aa3c28aef280eec2c908276f7e6cfbcd4d2.tar.bz2 aports-743d1aa3c28aef280eec2c908276f7e6cfbcd4d2.tar.xz |
testing/k3s: disable on s390x due to build failure
# golang.org/x/crypto/internal/chacha20
../../../../pkg/mod/golang.org/x/crypto@v0.0.0-20190506204251-e1dfcc566284/internal/chacha20/chacha_s390x.go:13:15:
undefined: "golang.org/x/sys/cpu".S390X
# golang.org/x/crypto/poly1305
../../../../pkg/mod/golang.org/x/crypto@v0.0.0-20190506204251-e1dfcc566284/poly1305/sum_s390x.go:29:5:
undefined: cpu.S390X
../../../../pkg/mod/golang.org/x/crypto@v0.0.0-20190506204251-e1dfcc566284/poly1305/sum_s390x.go:34:6:
undefined: cpu.S390X
Diffstat (limited to 'testing/k3s')
-rw-r--r-- | testing/k3s/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/k3s/APKBUILD b/testing/k3s/APKBUILD index b7eb3e6344..708fe1bc01 100644 --- a/testing/k3s/APKBUILD +++ b/testing/k3s/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.9.0 pkgrel=0 pkgdesc="Lightweigt Kubernetes. 5 less than k8s." url="https://k3s.io" -arch="all" +arch="all !s390x" license="Apache-2.0" options="!check" # No test suite from upstream depends="containerd" |