Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maintainers of GStreamer packages
gst-libav1.0
Commits
8a03af08
Commit
8a03af08
authored
May 26, 2022
by
Jeremy Bicha
Committed by
Sebastian Dröge
Jun 22, 2022
Browse files
Don't ignore build test failures on amd64 & arm64
parent
046d6457
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8a03af08
gst
-
libav1
.0
(
1.20.3
-
2
)
UNRELEASED
;
urgency
=
medium
[
Jeremy
Bicha
]
*
Don
't ignore build test failures on amd64 & arm64.
-- Sebastian Dröge <slomo@debian.org> Wed, 22 Jun 2022 10:46:22 +0300
gst-libav1.0 (1.20.3-1) unstable; urgency=medium
gst-libav1.0 (1.20.3-1) unstable; urgency=medium
[ Sebastian Dröge ]
[ Sebastian Dröge ]
...
...
debian/patches/Skip-failing-tests.patch
0 → 100644
View file @
8a03af08
From: Jeremy Bicha <jeremy.bicha@canonical.com>
Date: Thu, 26 May 2022 17:35:05 -0400
Subject: Skip failing tests
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1245
---
tests/check/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/check/meson.build b/tests/check/meson.build
index 2ba3714..4c023f3 100644
--- a/tests/check/meson.build
+++ b/tests/check/meson.build
@@ -5,7 +5,7 @@
libav_tests = [
[ 'elements/avdemux_ape' ],
[ 'elements/avvidenc' ],
[ 'generic/libavcodec-locking' ],
- [ 'generic/plugin-test' ]
+ [ 'generic/plugin-test', true ]
]
test_defines = [
debian/patches/series
View file @
8a03af08
00_plugin-dependencies.patch
00_plugin-dependencies.patch
Skip-failing-tests.patch
debian/rules
View file @
8a03af08
...
@@ -45,7 +45,11 @@ override_dh_auto_clean:
...
@@ -45,7 +45,11 @@ override_dh_auto_clean:
dh_auto_clean
dh_auto_clean
override_dh_auto_test:
override_dh_auto_test:
ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64))
xvfb-run dh_auto_test
else
xvfb-run dh_auto_test || true
xvfb-run dh_auto_test || true
endif
override_dh_strip:
override_dh_strip:
dh_strip --dbgsym-migration='gstreamer1.0-libav-dbg (<< 1.17.1-1~)'
dh_strip --dbgsym-migration='gstreamer1.0-libav-dbg (<< 1.17.1-1~)'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment