Revert "automake: Disabling tests on mips." Causes infinite recursion on all other platforms.
This reverts commit eadcd7dab6
.
This commit is contained in:
parent
eadcd7dab6
commit
61817876fc
@ -19,8 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [perl autoconf makeWrapper];
|
buildInputs = [perl autoconf makeWrapper];
|
||||||
|
|
||||||
# Bug in a test in automake. Upstream git already fixed it removing the test.
|
inherit doCheck;
|
||||||
doCheck = if stdenv.isMips then false else doCheck;
|
|
||||||
|
|
||||||
# Disable indented log output from Make, otherwise "make.test" will
|
# Disable indented log output from Make, otherwise "make.test" will
|
||||||
# fail.
|
# fail.
|
||||||
|
@ -23,8 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
sed -i -e 's|t/aclocal7.sh||' Makefile.in
|
sed -i -e 's|t/aclocal7.sh||' Makefile.in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Bug in a test in automake. Upstream git already fixed it removing the test.
|
inherit doCheck;
|
||||||
doCheck = if stdenv.isMips then false else doCheck;
|
|
||||||
|
|
||||||
# The test suite can run in parallel.
|
# The test suite can run in parallel.
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user