d/control, d/rules: Disable gjs-based tests on armel
authorSimon McVittie <smcv@debian.org>
Wed, 31 Aug 2022 08:44:06 +0000 (09:44 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 6 Sep 2024 17:15:31 +0000 (18:15 +0100)
It's looking as though mozjs128, and therefore the next gjs release,
will not support armel due to its lack of atomic instructions causing
relatively basic features to be disabled.

debian/control
debian/ostree-tests.lintian-overrides
debian/rules

index f87a2fa0526ae13d9cf02cd17cdf04b62839e1b2..e05fbd7a5fb2085ccc0839261e479b0a56b4bc69 100644 (file)
@@ -23,7 +23,7 @@ Build-Depends:
  elfutils,
  fuse3:native,
  gir1.2-gio-2.0-dev,
- gjs:native [!alpha !hppa !ia64 !m68k !sh4 !sparc64 !x32],
+ gjs:native [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32],
  gnupg <!nocheck>,
  gobject-introspection,
  gobject-introspection (>= 1.78.1-7~) <cross>,
@@ -195,7 +195,7 @@ Depends:
  cpio,
  fuse3,
  gir1.2-ostree-1.0,
- gjs [!alpha !hppa !ia64 !m68k !sh4 !sparc64 !x32],
+ gjs [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32],
  gnupg,
  ostree,
  python3,
index 9d04f32ff431c19ea2221708c139402fad6caa73..65066d2edf19ed2116f293b137856095ebff6898 100644 (file)
@@ -10,4 +10,4 @@ ostree-tests: symlink-is-self-recursive . [usr/libexec/installed-tests/libostree
 # 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 armel hppa ia64 m68k sh4 sparc64 x32]: missing-dep-for-interpreter gjs => gjs (usr/libexec/installed-tests/libostree/corrupt-repo-ref.js)
index 24ec89912093a3d49f997d2e02bd91b95d28773e..8780eb7e61fab17811029ea4d21b68874c770df6 100755 (executable)
@@ -33,7 +33,7 @@ configure_options = \
        --without-smack \
        $(NULL)
 
-ifneq ($(filter alpha hppa ia64 m68k sh4 sparc64 x32,$(DEB_HOST_ARCH)),)
+ifneq ($(filter alpha armel hppa ia64 m68k sh4 sparc64 x32,$(DEB_HOST_ARCH)),)
 configure_options += ac_cv_path_GJS=
 endif