From c574087c86b7541a55e2817894e1a2186e02a3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E9=9B=A8=E8=90=BD?= Date: Wed, 9 Oct 2024 19:38:10 +0800 Subject: [PATCH] addpatch: decoder 0.6.0-2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 秋雨落 --- decoder/riscv64.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 decoder/riscv64.patch diff --git a/decoder/riscv64.patch b/decoder/riscv64.patch new file mode 100644 index 000000000..d0e6f1423 --- /dev/null +++ b/decoder/riscv64.patch @@ -0,0 +1,11 @@ +--- PKGBUILD ++++ PKGBUILD +@@ -60,7 +60,7 @@ build() { + } + + check() { +- meson test -C build --print-errorlogs --no-rebuild ++ meson test -C build --print-errorlogs --no-rebuild --timeout-multiplier 0 + } + + package() {