mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/nim: disable tests on armhf
This commit is contained in:
parent
1b200391ab
commit
8db203ff76
@ -17,6 +17,11 @@ source="https://nim-lang.org/download/$pkgname-$pkgver.tar.xz
|
||||
nim-config-fix-paths.patch"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
# Don't run tests on armhf, it'd take eternity...
|
||||
case "$CARCH" in
|
||||
armhf) options="!check";;
|
||||
esac
|
||||
|
||||
prepare() {
|
||||
mv "$srcdir"/csources-$pkgver "$builddir"/csources
|
||||
default_prepare
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user