mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/nqp: disable check on x86
t/hll/06-sprintf.t (Wstat: 0 Tests: 286 Failed: 2) Failed tests: 111-112 Files=141, Tests=12019, 34 wallclock secs ( 1.16 usr 0.11 sys + 32.61 cusr 1.38 csys = 35.26 CPU) Result: FAIL
This commit is contained in:
parent
0e6b66fe39
commit
2c673038aa
@ -5,7 +5,7 @@ pkgver=2018.04
|
|||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Not Quite Perl"
|
pkgdesc="Not Quite Perl"
|
||||||
url="https://github.com/perl6/nqp"
|
url="https://github.com/perl6/nqp"
|
||||||
arch="all"
|
arch="all !x86"
|
||||||
options="!archcheck" # Arch dependencies are embedded
|
options="!archcheck" # Arch dependencies are embedded
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
depends="moarvm"
|
depends="moarvm"
|
||||||
@ -15,8 +15,10 @@ subpackages="$pkgname-doc"
|
|||||||
source="${pkgname}-${pkgver}.tar.gz::https://github.com/perl6/nqp/archive/${pkgver}.tar.gz"
|
source="${pkgname}-${pkgver}.tar.gz::https://github.com/perl6/nqp/archive/${pkgver}.tar.gz"
|
||||||
builddir="$srcdir"/"$pkgname"-"$pkgver"
|
builddir="$srcdir"/"$pkgname"-"$pkgver"
|
||||||
|
|
||||||
# some tests fail on armhf, need to investigate more
|
# FIXME: some tests fail on armhf and x86, need to investigate more
|
||||||
[ "$CARCH" = "armhf" ] && options="$options !check"
|
case "$CARCH" in
|
||||||
|
armhf | x86) options="$options !check";;
|
||||||
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
|
Loading…
Reference in New Issue
Block a user