aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-01-26 22:41:51 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-01-26 22:42:19 +0000
commitf65adee3ab02e172eea44c65b469002e47ca9501 (patch)
tree74a94421ed5bcbbcd5579ed55c687de4c5f0213f
parent3f9fe87226f0431035ef0e82ffe07c82964e78f9 (diff)
downloadalpine_aports-f65adee3ab02e172eea44c65b469002e47ca9501.tar.bz2
alpine_aports-f65adee3ab02e172eea44c65b469002e47ca9501.tar.xz
alpine_aports-f65adee3ab02e172eea44c65b469002e47ca9501.zip
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]
-rw-r--r--testing/traefik/APKBUILD2
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
5pkgrel=1 5pkgrel=1
6pkgdesc="The Cloud Native Edge Router" 6pkgdesc="The Cloud Native Edge Router"
7url="https://traefik.io" 7url="https://traefik.io"
8arch="all !x86 !s390x !armhf" # tests fails on x86 and armhf 8arch="all !x86 !s390x !armhf !armv7" # tests fails on x86 and armhf
9license="MIT" 9license="MIT"
10makedepends="go go-bindata" 10makedepends="go go-bindata"
11install="$pkgname.pre-install" 11install="$pkgname.pre-install"