X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Frules;h=fa0551a951906e686860d08a78c615f24af6e3b0;hp=dfcf2cc8bb6ed0368e8f713a58742975ee5e3ebc;hb=HEAD;hpb=25c933d7e6aeff5267112ce926335d6fd712da4b 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