mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: gst-plugins-base: Skip a test on armhf-linux.
* gnu/packages/gstreamer.scm (gst-plugins-base)[arguments]: When building for armhf-linux skip a test during the 'disable-problematic-tests phase. Change-Id: I606ecd1c38f110b1c31812d86d6b3304e924b557
This commit is contained in:
parent
541b45ce60
commit
5c7fb1b82d
1 changed files with 3 additions and 0 deletions
|
@ -601,6 +601,9 @@ (define-public gst-plugins-base
|
|||
((target-x86-32?)
|
||||
#~((substitute* "tests/check/meson.build"
|
||||
((".*'libs/libsabi\\.c'.*") ""))))
|
||||
((target-arm32?)
|
||||
#~((substitute* "tests/check/meson.build"
|
||||
((".*'orc_adder.*") ""))))
|
||||
((target-riscv64?)
|
||||
#~((substitute* "tests/check/meson.build"
|
||||
((".*'libs/gstglcolorconvert\\.c'.*") "")
|
||||
|
|
Loading…
Reference in a new issue