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:
Efraim Flashner 2024-09-26 12:04:27 +03:00
parent 541b45ce60
commit 5c7fb1b82d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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'.*") "")