We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90f5e0 commit 4b982baCopy full SHA for 4b982ba
grilo-plugins/riscv64.patch
@@ -0,0 +1,15 @@
1
+diff --git PKGBUILD PKGBUILD
2
+index 427088d..65a0887 100644
3
+--- PKGBUILD
4
++++ PKGBUILD
5
+@@ -79,7 +79,9 @@ build() {
6
+ }
7
+
8
+ check() {
9
+- dbus-run-session meson test -C build --print-errorlogs
10
++ local skip_tests='test_lua_theaudiodb|test_chromaprint_resolve'
11
++ local tests_to_run=$(meson test --list -C build | grep -E -v "$skip_tests")
12
++ dbus-run-session meson test -C build --print-errorlogs ${tests_to_run}
13
14
15
+ package() {
0 commit comments