diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-07 17:30:34 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-07 17:30:34 -0300 |
commit | d46ecca5d2fdce5e47c234196ebd58c6f7cf6573 (patch) | |
tree | 7016103563c3ffe8212e9fd3ea8351414a743d19 | |
parent | 6af1d328969dfa4d67c7bfc483e2c7c344234045 (diff) | |
download | aports-d46ecca5d2fdce5e47c234196ebd58c6f7cf6573.tar.bz2 aports-d46ecca5d2fdce5e47c234196ebd58c6f7cf6573.tar.xz |
testing/solidity: disable on s390x
-rw-r--r-- | testing/solidity/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/solidity/APKBUILD b/testing/solidity/APKBUILD index df02c36bb7..327fcc89f7 100644 --- a/testing/solidity/APKBUILD +++ b/testing/solidity/APKBUILD @@ -5,12 +5,11 @@ pkgver=0.5.10 pkgrel=0 pkgdesc="The Solidity Contract-Oriented Programming Language" url="https://github.com/ethereum/solidity" -arch="all" +arch="all !s390x" # No support for big-endian systems license="GPL-3.0-or-later" depends="libgcc" -makedepends="boost-dev boost cmake git" +makedepends="boost-dev cmake git" source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/$pkgname/archive/v$pkgver.tar.gz" -# options="!check" # package does not have tests prepare() { default_prepare |