guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gst-plugins-bad: Skip elements/camerabin tes


From: guix-commits
Subject: branch master updated: gnu: gst-plugins-bad: Skip elements/camerabin test on riscv64-linux.
Date: Wed, 30 Nov 2022 14:06:14 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5e03354ef5 gnu: gst-plugins-bad: Skip elements/camerabin test on 
riscv64-linux.
5e03354ef5 is described below

commit 5e03354ef535ab1e548f444ac0af0b645a4081de
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 30 21:03:32 2022 +0200

    gnu: gst-plugins-bad: Skip elements/camerabin test on riscv64-linux.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Skip the
    elements/camerabin test on riscv64-linux too.
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index e46bf7b741..d846c79526 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -794,7 +794,7 @@ model to base your own plug-in on, here it is.")
                   ;; This test is flaky on at least some architectures.
                   ;; 
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244
                   #$@(if (member (%current-system)
-                                 '("i686-linux" "aarch64-linux"))
+                                 '("i686-linux" "aarch64-linux" 
"riscv64-linux"))
                          `((("'elements/camerabin\\.c'\\]\\],")
                             "'elements/camerabin.c'], true, ],"))
                          '())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]