mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/elixir: disable check on aarch64
This commit is contained in:
parent
1bd9caf016
commit
cebd54d84f
@ -14,6 +14,10 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v
|
||||
disable-iex-tests.patch"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
case "$CARCH" in
|
||||
aarch64) options="!check" ;; # FIXME
|
||||
esac
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
LANG="en_US.UTF-8" make -j1
|
||||
|
Loading…
Reference in New Issue
Block a user