Revert "gnum4: Disable tests for ARM."
This reverts commit b63305721d.
gnum4 builds fine on Sheevaplug for me now. I consider my previous
failure a glitch, since I'm not sure how my stdenv looked at that
time. Sorry for the noise.
This commit is contained in:
@@ -10,8 +10,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
doCheck = !stdenv.isDarwin
|
doCheck = !stdenv.isDarwin
|
||||||
&& !stdenv.isCygwin # XXX: `test-dup2' fails on Cygwin
|
&& !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.
|
# Upstream is aware of it; it may be in the next release.
|
||||||
patches = [ ./s_isdir.patch ./readlink-EINVAL.patch ];
|
patches = [ ./s_isdir.patch ./readlink-EINVAL.patch ];
|
||||||
|
|||||||
Reference in New Issue
Block a user