d/control: Disable JavaScript-based tests on s390x

Mitigates: https://github.com/ostreedev/ostree/issues/2527
This commit is contained in:
Simon McVittie 2022-03-08 02:00:50 +00:00
parent 4c5b57d079
commit b9f59a1272
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -20,7 +20,7 @@ Build-Depends:
e2fslibs-dev, e2fslibs-dev,
elfutils, elfutils,
fuse3, fuse3,
gjs [!alpha !hppa !ia64 !m68k !sh4 !sparc64 !x32], gjs [!alpha !hppa !ia64 !m68k !s390x !sh4 !sparc64 !x32],
gnupg <!nocheck>, gnupg <!nocheck>,
gobject-introspection, gobject-introspection,
gtk-doc-tools <!nodoc>, gtk-doc-tools <!nodoc>,

View File

@ -10,7 +10,7 @@ ostree-tests: symlink-is-self-recursive usr/libexec/installed-tests/libostree/te
# other architectures mentioned here. # other architectures mentioned here.
# The test that runs this script is automatically skipped if gjs isn't # The test that runs this script is automatically skipped if gjs isn't
# present. # 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, # This shared object genuinely doesn't use any libc ABIs directly,
# only via GLib # only via GLib