Disable parallel building of Guile for now

This commit is contained in:
Michael Raskin 2014-11-04 14:24:23 +03:00
parent bbd9f55947
commit 05c8f5c102

View File

@ -27,7 +27,9 @@
# A native Guile 2.0 is needed to cross-build Guile.
selfNativeBuildInput = true;
enableParallelBuilding = true;
# Guile 2.0.11 repeatable fails with 8-core parallel building because
# libguile/vm-i-system.i is not created in time
enableParallelBuilding = false;
patches = [ ./disable-gc-sensitive-tests.patch ./eai_system.patch ] ++
(stdenv.lib.optional (coverageAnalysis != null) ./gcov-file-name.patch);