guile: enable parallel building

civodul today on irc said that 2.0.13 likely has the parallel building
issue fixed (case equal-or-over 8 cores). Let's try.
This commit is contained in:
Lluís Batlle i Rossell 2017-03-13 23:23:09 +01:00
parent dff0ba38a2
commit 46c9eac980

@ -30,9 +30,7 @@
# A native Guile 2.0 is needed to cross-build Guile.
selfNativeBuildInput = 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;
enableParallelBuilding = true;
patches = [ ./disable-gc-sensitive-tests.patch ./eai_system.patch ./clang.patch
(fetchpatch {