main/libaio: disable check on loongarch64

Completed cases/5.p with 1 -- FAILED.

The test failed due to a known kernel's issue. A patch
has been submitted to linux and is expected to be fixed.

https://lore.kernel.org/loongarch/20240423074257.2480274-1-chenhuacai@loongson.cn
This commit is contained in:
znley 2024-06-04 07:54:05 +00:00 committed by Leonardo Arena
parent 555c0f35bc
commit 4efcc59469

View file

@ -17,8 +17,10 @@ source="https://pagure.io/libaio/archive/libaio-$pkgver/libaio-libaio-$pkgver.ta
test-poll.patch
"
# loongarch64: cases/5.p failed due to loongarch's kernel issue
# https://lore.kernel.org/loongarch/20240423074257.2480274-1-chenhuacai@loongson.cn/
case "$CARCH" in
arm*|aarch64)
arm*|aarch64|loongarch64)
# fail for some reason on builders only
options="$options !check"
;;