otf2: enableParallelBuilding and enableParallelChecking

This commit is contained in:
Sergei Zimmerman
2025-04-18 21:22:49 +00:00
parent e7f5f3a828
commit d3ac347221
+3
View File
@@ -18,9 +18,12 @@ stdenv.mkDerivation (finalAttrs: {
"--enable-backend-test-runs"
];
enableParallelBuilding = true;
nativeInstallCheckInputs = [ versionCheckHook ];
doCheck = true;
enableParallelChecking = true;
doInstallCheck = true;
versionCheckProgram = [ "${placeholder "out"}/bin/otf2-config" ];