From b9f59a12727a7d0d27d66450c25bd88a0d0f3971 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 8 Mar 2022 02:00:50 +0000 Subject: [PATCH] d/control: Disable JavaScript-based tests on s390x Mitigates: https://github.com/ostreedev/ostree/issues/2527 --- debian/control | 2 +- debian/ostree-tests.lintian-overrides | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c7cae828..be8f2e07 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: e2fslibs-dev, elfutils, fuse3, - gjs [!alpha !hppa !ia64 !m68k !sh4 !sparc64 !x32], + gjs [!alpha !hppa !ia64 !m68k !s390x !sh4 !sparc64 !x32], gnupg , gobject-introspection, gtk-doc-tools , diff --git a/debian/ostree-tests.lintian-overrides b/debian/ostree-tests.lintian-overrides index f8daa269..94bb2c37 100644 --- a/debian/ostree-tests.lintian-overrides +++ b/debian/ostree-tests.lintian-overrides @@ -10,7 +10,7 @@ ostree-tests: symlink-is-self-recursive usr/libexec/installed-tests/libostree/te # other architectures mentioned here. # The test that runs this script is automatically skipped if gjs isn't # present. -[alpha hppa ia64 m68k sh4 sparc64 x32]: missing-dep-for-interpreter gjs => gjs (usr/libexec/installed-tests/libostree/corrupt-repo-ref.js) +[alpha hppa ia64 m68k s390x sh4 sparc64 x32]: missing-dep-for-interpreter gjs => gjs (usr/libexec/installed-tests/libostree/corrupt-repo-ref.js) # This shared object genuinely doesn't use any libc ABIs directly, # only via GLib