Merge pull request #51644 from ivan/erlang-disable-parallel-building

erlang: disable parallel building
This commit is contained in:
Jörg Thalheim
2018-12-08 16:40:38 +00:00
committed by GitHub

View File

@@ -59,7 +59,8 @@ in stdenv.mkDerivation ({
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
prePatch = ''