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.
This commit is contained in:
parent
26e1f39888
commit
5e03354ef5
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@ model to base your own plug-in on, here it is.")
|
||||||
;; This test is flaky on at least some architectures.
|
;; This test is flaky on at least some architectures.
|
||||||
;; https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244
|
;; https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244
|
||||||
#$@(if (member (%current-system)
|
#$@(if (member (%current-system)
|
||||||
'("i686-linux" "aarch64-linux"))
|
'("i686-linux" "aarch64-linux" "riscv64-linux"))
|
||||||
`((("'elements/camerabin\\.c'\\]\\],")
|
`((("'elements/camerabin\\.c'\\]\\],")
|
||||||
"'elements/camerabin.c'], true, ],"))
|
"'elements/camerabin.c'], true, ],"))
|
||||||
'())
|
'())
|
||||||
|
|
Reference in a new issue