mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
debian: disable atomicity tests on ia64
The following fails on Debian ia64: % gdb /bin/mv (gdb) break rename Since this breaks our atomicity test, disable them until someone is motivated to figure out whose fault that is.
This commit is contained in:
parent
05b534209d
commit
56edfd4bcf
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -18,7 +18,7 @@ Build-Depends:
|
|||
ruby, ruby-dev (>>1:1.9.3~),
|
||||
emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |
|
||||
emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
|
||||
gdb [!s390x],
|
||||
gdb [!s390x !ia64],
|
||||
dtach (>= 0.8)
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: http://notmuchmail.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue