From b0e400745a972af787fb92dfcecab00fd879bd85 Mon Sep 17 00:00:00 2001 From: omni Date: Wed, 24 Apr 2024 10:27:39 +0000 Subject: [PATCH] community/rubberband: fix test arguments on riscv64 --- community/rubberband/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/rubberband/APKBUILD b/community/rubberband/APKBUILD index 94cedad72db..a4f877b7acc 100644 --- a/community/rubberband/APKBUILD +++ b/community/rubberband/APKBUILD @@ -39,7 +39,7 @@ build() { check() { case "$CARCH" in riscv64) - meson test ---timeout-multiplier=30 -print-errorlogs --no-rebuild -C output + meson test --timeout-multiplier=30 --print-errorlogs --no-rebuild -C output # 8/8 Stretcher TIMEOUT 30.04s killed by signal 15 SIGTERM ;; *)