Merge pull request #51644 from ivan/erlang-disable-parallel-building
erlang: disable parallel building
This commit is contained in:
commit
b4a2ed8e48
@ -59,7 +59,8 @@ in stdenv.mkDerivation ({
|
|||||||
|
|
||||||
debugInfo = enableDebugInfo;
|
debugInfo = enableDebugInfo;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# On some machines, parallel build reliably crashes on `GEN asn1ct_eval_ext.erl` step
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
# Clang 4 (rightfully) thinks signed comparisons of pointers with NULL are nonsense
|
# Clang 4 (rightfully) thinks signed comparisons of pointers with NULL are nonsense
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user