diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-13 17:25:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-13 17:25:50 +0000 |
commit | bb6e31219a92cc433d8cec4f274018bf7e8d886c (patch) | |
tree | 2000789b71e1648abd60671018460b591433af9a /testing/bird | |
parent | df5f4a343d188a9e5cc2dbe290c598408ffd4bd3 (diff) | |
download | aports-bb6e31219a92cc433d8cec4f274018bf7e8d886c.tar.bz2 aports-bb6e31219a92cc433d8cec4f274018bf7e8d886c.tar.xz |
testing/bird: disable due to failing test
make: *** [Makefile:140: obj/lib/fletcher16_test.ok] Error 139
Diffstat (limited to 'testing/bird')
-rw-r--r-- | testing/bird/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/bird/APKBUILD b/testing/bird/APKBUILD index 0955445ceb..c2585c7d03 100644 --- a/testing/bird/APKBUILD +++ b/testing/bird/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.0.2 pkgrel=1 pkgdesc="BIRD Internet Routing Daemon" url="http://bird.network.cz/" -arch="all" +arch="all !s390x" license="GPL-2.0-or-later" depends="" makedepends="bison flex ncurses-dev readline-dev linux-headers" |