treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -216,8 +216,6 @@ in stdenv.mkDerivation rec {
|
||||
substituteInPlace scripts/retdec-unpacker.py --replace "'upx'" "'${upx}/bin/upx'"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doInstallCheck = true;
|
||||
installCheckPhase = ''
|
||||
${python3.interpreter} "$out/bin/retdec-tests-runner.py"
|
||||
|
||||
Reference in New Issue
Block a user