X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=debian%2Frules;h=1ac6498ca49fb8e50c4cb9caa79904d36621951d;hb=HEAD;hp=dfcf2cc8bb6ed0368e8f713a58742975ee5e3ebc;hpb=25c933d7e6aeff5267112ce926335d6fd712da4b;p=notmuch diff --git a/debian/rules b/debian/rules index dfcf2cc8..a77ffa15 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,10 @@ #!/usr/bin/make -f include /usr/share/dpkg/architecture.mk +ifeq ($(DEB_HOST_ARCH),ppc64el) + export NOTMUCH_SKIP_TESTS = T810-tsan +endif + export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: @@ -25,7 +29,6 @@ override_dh_auto_build: override_dh_auto_clean: dh_auto_clean PYBUILD_NAME=notmuch dh_auto_clean --buildsystem=pybuild --sourcedirectory bindings/python - PYBUILD_NAME=notmuch2 dh_auto_clean --buildsystem=pybuild --sourcedirectory bindings/python-cffi dh_auto_clean --sourcedirectory bindings/ruby $(MAKE) -C contrib/notmuch-mutt clean