aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rebar3
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-06-13 09:00:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-13 09:00:24 +0000
commit3697203876f8fcc803860efacc97b0fbd6cc0227 (patch)
tree8e2bc98abbf104191910ef431cac1648d8e23a40 /testing/rebar3
parente833f13620f3d681b08ceab97e5b2e9f435fb72e (diff)
downloadaports-3697203876f8fcc803860efacc97b0fbd6cc0227.tar.bz2
aports-3697203876f8fcc803860efacc97b0fbd6cc0227.tar.xz
testing/rebar3: disable on armv7 due to build failure
Diffstat (limited to 'testing/rebar3')
-rw-r--r--testing/rebar3/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rebar3/APKBUILD b/testing/rebar3/APKBUILD
index 2b8f863636..d79583e85c 100644
--- a/testing/rebar3/APKBUILD
+++ b/testing/rebar3/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.5.0
pkgrel=0
pkgdesc="erlang build tool that makes it easy to compile and test erlang applications and releases"
url="http://www.rebar3.org/"
-arch="noarch"
+arch="noarch !armv7"
license="Apache-2.0"
depends="erlang erlang-compiler"
makedepends="erlang-dev erlang-ssl erlang-eunit erlang-sasl erlang-dialyzer"