Loading pkgs/by-name/pd/pdal/package.nix +5 −8 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, callPackage, ctestCheckHook, fetchFromGitHub, testers, Loading Loading @@ -92,6 +93,9 @@ stdenv.mkDerivation (finalAttrs: { ]; doCheck = true; # tests are flaky and they seem to fail less often when they don't run in # parallel enableParallelChecking = false; disabledTests = [ # Tests failing due to TileDB library implementation, disabled also Loading @@ -116,16 +120,9 @@ stdenv.mkDerivation (finalAttrs: { nativeCheckInputs = [ gdal # gdalinfo ctestCheckHook ]; checkPhase = '' runHook preCheck # tests are flaky and they seem to fail less often when they don't run in # parallel ctest -j 1 --output-on-failure -E '^${lib.concatStringsSep "|" finalAttrs.disabledTests}$' runHook postCheck ''; postInstall = '' patchShebangs --update --build $out/bin/pdal-config ''; Loading Loading
pkgs/by-name/pd/pdal/package.nix +5 −8 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, callPackage, ctestCheckHook, fetchFromGitHub, testers, Loading Loading @@ -92,6 +93,9 @@ stdenv.mkDerivation (finalAttrs: { ]; doCheck = true; # tests are flaky and they seem to fail less often when they don't run in # parallel enableParallelChecking = false; disabledTests = [ # Tests failing due to TileDB library implementation, disabled also Loading @@ -116,16 +120,9 @@ stdenv.mkDerivation (finalAttrs: { nativeCheckInputs = [ gdal # gdalinfo ctestCheckHook ]; checkPhase = '' runHook preCheck # tests are flaky and they seem to fail less often when they don't run in # parallel ctest -j 1 --output-on-failure -E '^${lib.concatStringsSep "|" finalAttrs.disabledTests}$' runHook postCheck ''; postInstall = '' patchShebangs --update --build $out/bin/pdal-config ''; Loading