X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=debian%2Frules;h=8bf97439866126532bd83ccb3b4a62e30b523a14;hb=90c61828256bb4592cf3473599add36e9f43d5e5;hp=dfcf2cc8bb6ed0368e8f713a58742975ee5e3ebc;hpb=25c933d7e6aeff5267112ce926335d6fd712da4b;p=notmuch diff --git a/debian/rules b/debian/rules index dfcf2cc8..8bf97439 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 %: