From: David Bremner Date: Sat, 26 Aug 2023 11:28:33 +0000 (-0300) Subject: debian: skip T810-tsan on ppc64el X-Git-Tag: archive/debian/0.38_rc1-1~2 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=90c61828256bb4592cf3473599add36e9f43d5e5 debian: skip T810-tsan on ppc64el Hopefully just a temporary measure. --- 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 %: