diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-07 09:57:44 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-07 09:57:44 +0000 |
commit | d5b90df853c5905ac5eb761010e90c67d957f79b (patch) | |
tree | 04d2c8696490b865c2de089c692fc64d26b81f64 /testing/traefik | |
parent | 8dfc53c2df8564eb4fd454f643a3f50d720914ff (diff) | |
download | aports-d5b90df853c5905ac5eb761010e90c67d957f79b.tar.bz2 aports-d5b90df853c5905ac5eb761010e90c67d957f79b.tar.xz |
testing/traefik: disable on s390x
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:706:2: AT_STAT_ redeclared in this block
previous declaration at vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:705:13
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:707:2: AT_STAT_ redeclared in this block
previous declaration at vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:706:13
Diffstat (limited to 'testing/traefik')
-rw-r--r-- | testing/traefik/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/traefik/APKBUILD b/testing/traefik/APKBUILD index 810bb83e3b..52c0b00518 100644 --- a/testing/traefik/APKBUILD +++ b/testing/traefik/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.7.5 pkgrel=1 pkgdesc="The Cloud Native Edge Router" url="https://traefik.io" -arch="all !x86" # tests fails on x86 +arch="all !x86 !s390x" # tests fails on x86 license="MIT" makedepends="go go-bindata" install="$pkgname.pre-install" |