mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 10:34:18 +00:00
debian/rules: Ignore failures in s390x as it now builds and tests correctly
This commit is contained in:
Vendored
-10
@@ -18,13 +18,3 @@ override_dh_install:
|
|||||||
debian/tmp/usr/lib/*/pkgconfig/libfprint-2.pc
|
debian/tmp/usr/lib/*/pkgconfig/libfprint-2.pc
|
||||||
dh_install
|
dh_install
|
||||||
|
|
||||||
override_dh_auto_test:
|
|
||||||
# don't fail build on s390x, some tests are failing but upstream
|
|
||||||
# isn't interested in spending energy on this at the moment
|
|
||||||
# see https://gitlab.freedesktop.org/libfprint/libfprint/issues/236
|
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),s390x))
|
|
||||||
dh_auto_test || true
|
|
||||||
else
|
|
||||||
dh_auto_test
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user