mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
debian: skip T810-tsan on ppc64el
Hopefully just a temporary measure.
This commit is contained in:
parent
25c933d7e6
commit
90c6182825
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -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
|
||||
|
||||
%:
|
||||
|
|
Loading…
Reference in a new issue