gnum4: Disable tests for ARM.
I can't get the `diversions' to pass on SheevaPlug. It builds fine otherwise.
This commit is contained in:
parent
d2df1ada27
commit
b63305721d
@ -10,7 +10,8 @@ stdenv.mkDerivation {
|
||||
|
||||
doCheck = !stdenv.isDarwin
|
||||
&& !stdenv.isCygwin # XXX: `test-dup2' fails on Cygwin
|
||||
&& !stdenv.isSunOS; # XXX: `test-setlocale2.sh' fails
|
||||
&& !stdenv.isSunOS # XXX: `test-setlocale2.sh' fails
|
||||
&& !stdenv.isArm; # XXX: `diversions' fails on SheevaPlug
|
||||
|
||||
# Upstream is aware of it; it may be in the next release.
|
||||
patches = [ ./s_isdir.patch ./readlink-EINVAL.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user