aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-06-22 06:55:38 -0300
committerDavid Bremner <david@tethera.net>2018-06-22 08:11:08 -0300
commite7fb9644ab057ffb609d61bd31f087f910cfde09 (patch)
tree9c653c9a4234ea3718467543594ea85eec31309f
parent55cd872883e485ffc862e1b3814eed08df953d0f (diff)
debian/backports: disable test T460-emacs-tree on arm64
- it fails intermittently on the porterbox, but all the time on the build - the failure seems to be caused by an upstream emacs bug fixed in unstable
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 1ac6498c..abd5d8cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,11 @@
python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {}
+ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),arm64)
+ NOTMUCH_SKIP_TESTS=T460-emacs-tree
+ export NOTMUCH_SKIP_TESTS
+endif
+
%:
dh $@ --with python2,python3,elpa