diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-26 22:41:51 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-26 22:42:19 +0000 |
commit | f65adee3ab02e172eea44c65b469002e47ca9501 (patch) | |
tree | 74a94421ed5bcbbcd5579ed55c687de4c5f0213f /testing/traefik/APKBUILD | |
parent | 3f9fe87226f0431035ef0e82ffe07c82964e78f9 (diff) | |
download | aports-f65adee3ab02e172eea44c65b469002e47ca9501.tar.bz2 aports-f65adee3ab02e172eea44c65b469002e47ca9501.tar.xz |
testing/traefik: disable on armv7
fails tests:
--- FAIL: TestDatadog (0.00s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa4c168]
Diffstat (limited to 'testing/traefik/APKBUILD')
-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 1734521657..e566adb2d3 100644 --- a/testing/traefik/APKBUILD +++ b/testing/traefik/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.7.7 pkgrel=1 pkgdesc="The Cloud Native Edge Router" url="https://traefik.io" -arch="all !x86 !s390x !armhf" # tests fails on x86 and armhf +arch="all !x86 !s390x !armhf !armv7" # tests fails on x86 and armhf license="MIT" makedepends="go go-bindata" install="$pkgname.pre-install" |