]> git.notmuchmail.org Git - notmuch/commitdiff
debian: disable atomicity tests on ia64
authorDavid Bremner <david@tethera.net>
Sun, 29 Dec 2013 15:24:23 +0000 (11:24 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 31 Dec 2013 00:14:54 +0000 (20:14 -0400)
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.

debian/control

index 816998bc4d1d30ca0fa7228eed980c2d9092b459..1f8cbff725449c5bec294567df61adb9c0290f60 100644 (file)
@@ -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/