mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Disable parallel building of Guile for now
This commit is contained in:
parent
bbd9f55947
commit
05c8f5c102
@ -27,7 +27,9 @@
|
|||||||
# A native Guile 2.0 is needed to cross-build Guile.
|
# A native Guile 2.0 is needed to cross-build Guile.
|
||||||
selfNativeBuildInput = true;
|
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 ] ++
|
patches = [ ./disable-gc-sensitive-tests.patch ./eai_system.patch ] ++
|
||||||
(stdenv.lib.optional (coverageAnalysis != null) ./gcov-file-name.patch);
|
(stdenv.lib.optional (coverageAnalysis != null) ./gcov-file-name.patch);
|
||||||
|
Loading…
Reference in New Issue
Block a user