autoconf: Disable tests
These take waaaay too long.
This commit is contained in:
parent
8f3dc34618
commit
8a10d8bbc3
@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
# http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/6822 for
|
# http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/6822 for
|
||||||
# details.
|
# details.
|
||||||
# There are many test failures on `i386-pc-solaris2.11'.
|
# There are many test failures on `i386-pc-solaris2.11'.
|
||||||
doCheck = ((!stdenv.isCygwin) && (!stdenv.isSunOS));
|
#doCheck = ((!stdenv.isCygwin) && (!stdenv.isSunOS));
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
# Don't fixup "#! /bin/sh" in Autoconf, otherwise it will use the
|
# Don't fixup "#! /bin/sh" in Autoconf, otherwise it will use the
|
||||||
# "fixed" path in generated files!
|
# "fixed" path in generated files!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user