main/botan: disable check on loongarc64

Test timeout on loongarch64.
This commit is contained in:
znley 2024-04-20 06:18:47 +00:00 committed by Natanael Copa
parent 281cb6ee34
commit f9e27130c7

View file

@ -28,7 +28,7 @@ builddir="$srcdir/Botan-$pkgver"
# - CVE-2018-9127
case $CARCH in
arm*|riscv64)
arm*|riscv64|loongarch64)
options="$options !check" ;; # several tests fail
esac