d/control, d/rules: Disable gjs-based tests on armel

It's looking as though mozjs102, and therefore the next gjs release,
will not support armel due to its lack of atomic instructions.
This commit is contained in:
Simon McVittie 2022-08-31 09:44:06 +01:00
parent ff286cd633
commit 87c78f16ad
3 changed files with 4 additions and 4 deletions

4
debian/control vendored
View File

@ -20,7 +20,7 @@ Build-Depends:
e2fslibs-dev, e2fslibs-dev,
elfutils, elfutils,
fuse3, fuse3,
gjs [!alpha !hppa !ia64 !m68k !s390x !sh4 !sparc64 !x32], gjs [!alpha !armel !hppa !ia64 !m68k !s390x !sh4 !sparc64 !x32],
gnupg <!nocheck>, gnupg <!nocheck>,
gobject-introspection, gobject-introspection,
gtk-doc-tools <!nodoc>, gtk-doc-tools <!nodoc>,
@ -191,7 +191,7 @@ Depends:
cpio, cpio,
fuse3, fuse3,
gir1.2-ostree-1.0, gir1.2-ostree-1.0,
gjs [!alpha !hppa !ia64 !m68k !sh4 !sparc64 !x32], gjs [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32],
gnupg, gnupg,
ostree, ostree,
python3, python3,

View File

@ -10,7 +10,7 @@ ostree-tests: symlink-is-self-recursive . [usr/libexec/installed-tests/libostree
# 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 s390x sh4 sparc64 x32]: missing-dep-for-interpreter gjs => gjs (usr/libexec/installed-tests/libostree/corrupt-repo-ref.js) [alpha armel 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

2
debian/rules vendored
View File

@ -28,7 +28,7 @@ configure_options = \
--without-smack \ --without-smack \
$(NULL) $(NULL)
ifneq ($(filter alpha hppa ia64 m68k s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)),) ifneq ($(filter alpha armel hppa ia64 m68k s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)),)
configure_options += ac_cv_path_GJS= configure_options += ac_cv_path_GJS=
endif endif