X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=debian%2Frules;h=abd5d8cf9cebc6d20e99db2ea18c15b7675b90dc;hb=e7fb9644ab057ffb609d61bd31f087f910cfde09;hp=1ac6498ca49fb8e50c4cb9caa79904d36621951d;hpb=55cd872883e485ffc862e1b3814eed08df953d0f;p=notmuch 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