mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-10 14:44:22 +02:00
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:
parent
555c0f35bc
commit
4efcc59469
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue