From cf5d054eb48c06580754eca0d53fc808d384f8ff Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sat, 17 Aug 2024 16:17:08 +0900 Subject: [PATCH] Fix CI --- test/discard.sh | 3 ++- test/strip.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/discard.sh b/test/discard.sh index e419838bee..b7628c7ecc 100755 --- a/test/discard.sh +++ b/test/discard.sh @@ -1,7 +1,8 @@ #!/bin/bash . $(dirname $0)/common.inc -[ $MACHINE = riscv64 -o $MACHINE = riscv32 ] && skip +[[ $MACHINE = riscv* ]] && skip +[[ $MACHINE = loongarch* ]] && skip cat <