Temporarily disable gjs tests

gjs is not currently installable on buildds due to the glibc transition
and a long dependency chain involving systemd-shim being preferred over
systemd-sysv, which ends with libnih1 Depends: libc6 (<< 2.26).
This commit is contained in:
Simon McVittie 2018-01-04 18:49:03 +00:00
parent 5df15ec594
commit fb6dba45de
3 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -5,6 +5,10 @@ ostree (2017.15-2) UNRELEASED; urgency=medium
* d/p/2018.1/tests-Assert-that-byte-order-[etc.].patch: * d/p/2018.1/tests-Assert-that-byte-order-[etc.].patch:
Add patch to fix test failures on big-endian machines Add patch to fix test failures on big-endian machines
(Closes: #886218) (Closes: #886218)
* Temporarily disable gjs tests. gjs is not currently installable on
buildds due to the glibc transition and a long dependency chain
involving systemd-shim being preferred over systemd-sysv, which
ends with libnih1 Depends: libc6 (<< 2.26).
-- Simon McVittie <smcv@debian.org> Thu, 04 Jan 2018 12:58:50 +0000 -- Simon McVittie <smcv@debian.org> Thu, 04 Jan 2018 12:58:50 +0000

1
debian/control vendored
View File

@ -20,7 +20,6 @@ Build-Depends:
e2fslibs-dev, e2fslibs-dev,
elfutils, elfutils,
fuse, fuse,
gjs [!sparc64],
gobject-introspection, gobject-introspection,
gtk-doc-tools <!nodoc>, gtk-doc-tools <!nodoc>,
libarchive-dev, libarchive-dev,

1
debian/rules vendored
View File

@ -12,6 +12,7 @@ override_dh_autoreconf:
env NOCONFIGURE=1 dh_autoreconf ./autogen.sh env NOCONFIGURE=1 dh_autoreconf ./autogen.sh
configure_options = \ configure_options = \
GJS=some-nonexistent-gjs-binary \
--enable-installed-tests \ --enable-installed-tests \
--libexecdir='$${prefix}/lib' \ --libexecdir='$${prefix}/lib' \
--with-dracut \ --with-dracut \