mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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"
|
disable-iex-tests.patch"
|
||||||
builddir="$srcdir/$pkgname-$pkgver"
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
|
|
||||||
|
case "$CARCH" in
|
||||||
|
aarch64) options="!check" ;; # FIXME
|
||||||
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
LANG="en_US.UTF-8" make -j1
|
LANG="en_US.UTF-8" make -j1
|
||||||
|
Loading…
Reference in New Issue
Block a user