ostree-tests: Depend on gjs on s390x again
mozjs and gjs are believed to work fine on s390x now.
This commit is contained in:
parent
64afd2cb09
commit
0179d21aed
|
|
@ -1,6 +1,8 @@
|
|||
ostree (2020.5-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
* ostree-tests: Depend on gjs on s390x again.
|
||||
mozjs and gjs are believed to work fine on s390x now.
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Fri, 21 Aug 2020 00:20:29 +0100
|
||||
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ Depends:
|
|||
cpio,
|
||||
fuse,
|
||||
gir1.2-ostree-1.0,
|
||||
gjs [!s390x !sparc64],
|
||||
gjs [!sparc64],
|
||||
gnupg,
|
||||
ostree,
|
||||
python3,
|
||||
|
|
|
|||
|
|
@ -6,11 +6,10 @@ ostree-tests: extra-license-file usr/libexec/installed-tests/libostree/gpg-verif
|
|||
# This is deliberate, working around the assumption of recursive make
|
||||
ostree-tests: symlink-is-self-recursive usr/libexec/installed-tests/libostree/tests .
|
||||
|
||||
# gjs has been broken on sparc64 for a while, and is likely to be removed
|
||||
# from s390x because mozjs60 doesn't work there.
|
||||
# gjs has been broken on sparc64 for a while.
|
||||
# The test that runs this script is automatically skipped if gjs isn't
|
||||
# present.
|
||||
[s390x sparc64]: missing-dep-for-interpreter gjs => gjs (usr/libexec/installed-tests/libostree/corrupt-repo-ref.js)
|
||||
[sparc64]: 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue