mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/task3: disable check for loongarch64
This commit is contained in:
parent
0520bc24e5
commit
6e1356cdf5
@ -33,8 +33,9 @@ builddir="$srcdir"/task-$pkgver
|
|||||||
|
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
# armhf/armv7: 104/152 tests failed in 3.1.0
|
# armhf/armv7: 104/152 tests failed in 3.1.0
|
||||||
|
# loongarch64: 12/152 tests failed in 3.1.0 in builder
|
||||||
# x86: 1/152 test failed in 3.1.0
|
# x86: 1/152 test failed in 3.1.0
|
||||||
armhf|armv7|x86) options="!check";;
|
armhf|armv7|loongarch64|x86) options="!check";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
Reference in New Issue
Block a user