X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=abd5d8cf9cebc6d20e99db2ea18c15b7675b90dc;hb=d1e9957b8d7860850f996efc90308bfb50d420ad;hp=1ac6498ca49fb8e50c4cb9caa79904d36621951d;hpb=045f0e455ac94e2393d0d729c9bbdf3459a4860f;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