diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-23 04:38:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-23 04:38:26 -0300 |
commit | cd958ed88ae941b0cf8d2f421e55a446d8ad1c72 (patch) | |
tree | 460f40f91b1884a5f9886dbe48eceb436eabf603 | |
parent | f8bdb709b6f45bb7e86356468ec6d2c96a4cb84c (diff) | |
download | aports-cd958ed88ae941b0cf8d2f421e55a446d8ad1c72.tar.bz2 aports-cd958ed88ae941b0cf8d2f421e55a446d8ad1c72.tar.xz |
testing/py3-libnacl: disable on armhf, armv7 and x86
-rw-r--r-- | testing/py3-libnacl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-libnacl/APKBUILD b/testing/py3-libnacl/APKBUILD index e44e438aea..84f0200d6b 100644 --- a/testing/py3-libnacl/APKBUILD +++ b/testing/py3-libnacl/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.7.1 pkgrel=0 pkgdesc="Python bindings for libsodium/tweetnacl" url="https://libnacl.readthedocs.org/" -arch="noarch" +arch="noarch !armhf !armv7 !x86" # Tests fail on the builder but pass on CI license="Apache-2.0" makedepends="py3-setuptools libsodium-dev" source="$_pkgname-$pkgver.tar.gz::https://github.com/saltstack/libnacl/archive/v$pkgver.tar.gz" |