ocamlPackages.parmap: disable tests

This commit is contained in:
Vincent Laporte 2022-05-28 14:10:41 +02:00
parent 8e530526dc
commit 57777e6d56
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -10,13 +10,12 @@ buildDunePackage rec {
};
minimalOCamlVersion = "4.03";
useDune2 = true;
buildInputs = [
dune-configurator
];
doCheck = true;
doCheck = false; # prevent running slow benchmarks
meta = with lib; {
description = "Library for multicore parallel programming";