cerberus: disable tests (#512807)

This commit is contained in:
Vincent Laporte
2026-04-30 05:13:29 +00:00
committed by GitHub
+1 -2
View File
@@ -3,7 +3,6 @@
fetchpatch,
fetchFromGitHub,
ocamlPackages,
opam,
makeBinaryWrapper,
writableTmpDirAsHomeHook,
unstableGitUpdater,
@@ -91,7 +90,7 @@ ocamlPackages.buildDunePackage (finalAttrs: {
runHook postInstall
'';
doInstallCheck = true;
doInstallCheck = false;
installCheckPhase = ''
runHook preInstallCheck