mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/nqp: disable tests on armhf
This commit is contained in:
parent
f62f781a20
commit
c33277bb1d
@ -15,6 +15,9 @@ subpackages="$pkgname-doc"
|
||||
source="${pkgname}-${pkgver}.tar.gz::https://github.com/perl6/nqp/archive/${pkgver}.tar.gz"
|
||||
builddir="$srcdir"/"$pkgname"-"$pkgver"
|
||||
|
||||
# some tests fail on armhf, need to investigate more
|
||||
[ "$CARCH" = "armhf" ] && options="$options !check"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
perl Configure.pl --prefix=/usr --backends=moar
|
||||
|
Loading…
Reference in New Issue
Block a user