aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-06-09 15:26:33 +0000
committerpsykose <alice@ayaya.dev>2023-06-09 17:26:33 +0200
commit101bf200ca0876cafa13bd5067b5f96cb88d6a9c (patch)
treeed9d9d68acb419344fb94cc3f010b0d57ff2fab2
parentdf96f0fc7c35bc36af2defdb008637abe24d4c2d (diff)
community/elixir: disable on x86
-rw-r--r--community/elixir/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/elixir/APKBUILD b/community/elixir/APKBUILD
index b776a2ed80c..b521068b7b4 100644
--- a/community/elixir/APKBUILD
+++ b/community/elixir/APKBUILD
@@ -7,8 +7,9 @@ pkgver=1.14.5
pkgrel=1
pkgdesc="Elixir is a dynamic, functional language designed for building scalable and maintainable applications"
url="https://elixir-lang.org/"
-# build fails hundreds of times in a row on builders
-arch="noarch !armhf !armv7"
+# arm: build fails hundreds of times in a row on builders
+# x86: fails tests
+arch="noarch !x86 !armhf !armv7"
license="Apache-2.0"
depends="erlang-dev>=23.0"
makedepends="erlang-dialyzer"