Skip to content

Commit

Permalink
guile: enable parallel building
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
viric committed Mar 13, 2017
1 parent dff0ba3 commit 46c9eac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/interpreters/guile/default.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 46c9eac

Please sign in to comment.