diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:47:46 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:47:46 +0000 |
commit | 8cd8491363c2fdcbfe583686d8aef9e5531f242e (patch) | |
tree | 9441a30f8863efb537801e0069e5e25af5335249 | |
parent | 7cc4c56b6996329b3ea1dcbfa60d20e1293bc424 (diff) | |
download | aports-8cd8491363c2fdcbfe583686d8aef9e5531f242e.tar.bz2 aports-8cd8491363c2fdcbfe583686d8aef9e5531f242e.tar.xz |
community/runc: disable on mips
-rw-r--r-- | community/runc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/runc/APKBUILD b/community/runc/APKBUILD index 19a06b819a..1a82cd4d85 100644 --- a/community/runc/APKBUILD +++ b/community/runc/APKBUILD @@ -13,7 +13,7 @@ _ver=v${pkgver/_rc/-rc} # if we're building against an explicit commit beyond pkgver, use this instead: #_ver=$_commit -arch="all" +arch="all !mips !mips64" # PIE build mode not available on mips64 license="Apache-2.0" makedepends="go go-md2man libseccomp-dev libtool" subpackages="$pkgname-doc" |