diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-22 23:45:33 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-22 23:45:52 +0100 |
commit | 14dd43e7c953a7640cc076039a38c8039da0b123 (patch) | |
tree | 9691bd36a02ea32052f235b2ec5e7c85af0395af /testing | |
parent | 847115ac40bb90c35218aaf3888809fbee2702e7 (diff) | |
download | aports-14dd43e7c953a7640cc076039a38c8039da0b123.tar.bz2 aports-14dd43e7c953a7640cc076039a38c8039da0b123.tar.xz |
testing/frr: disable on s390x, lots of failing tests
Fix indention (use tabs instead of spaces)
Diffstat (limited to 'testing')
-rw-r--r-- | testing/frr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/frr/APKBUILD b/testing/frr/APKBUILD index fddc2ac614..9d46b539c8 100644 --- a/testing/frr/APKBUILD +++ b/testing/frr/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="Free Range Routing is a fork of Quagga" pkgusers="frr" pkggroups="frr frrvty" url="https://frrouting.org/" -arch="all" +arch="all !s390x" # failing tests license="GPL-2.0-or-later" depends="iproute2 bash libcap" makedepends="autoconf automake libtool @@ -22,7 +22,7 @@ makedepends="autoconf automake libtool readline-dev rtrlib-dev texinfo - libcap-dev + libcap-dev " checkdepends="py3-pytest" install="$pkgname.pre-install" |