From c1f91b051e30c906abd4fb9341e7644a2a8e21ff Mon Sep 17 00:00:00 2001 From: mio <miyopan@e.email> Date: Sun, 29 Sep 2024 00:44:28 +0000 Subject: [PATCH] testing/thelounge: disable check on loongarch64 --- testing/thelounge/APKBUILD | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/testing/thelounge/APKBUILD b/testing/thelounge/APKBUILD index 688f35162fe1..bc0de04b933e 100644 --- a/testing/thelounge/APKBUILD +++ b/testing/thelounge/APKBUILD @@ -19,6 +19,13 @@ source=" " options="net" # net for npm +case $CARCH in + # loongarch64: 2 tests failed on the builder + # 1) SQLite Message Storage: should retrieve latest LIMIT messages in order + # 2) SQLite Message Storage: should search messages + loongarch64) options="$options !check";; +esac + prepare() { default_prepare -- GitLab