Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

halide: use preCheck instead of overwriting checkPhase

(cherry picked from commit da893e4d17861e4a716d1d842ea141656e09a663)

authored by Tom Westerhout and committed by github-actions[bot] 8b5e2f00 7c51b4a0

+2 -5
+2 -5
pkgs/development/compilers/halide/default.nix
··· 67 67 68 68 # Note: disable mullapudi2016_fibonacci because it requires too much 69 69 # parallelism for remote builders 70 - ctestArgs = "--output-on-failure -E 'mullapudi2016_fibonacci'"; 71 - checkPhase = '' 72 - runHook preCheck 73 - ctest ${ctestArgs} 74 - runHook postCheck 70 + preCheck = '' 71 + checkFlagsArray+=("ARGS=-E 'mullapudi2016_fibonacci'") 75 72 ''; 76 73 77 74 # Note: only openblas and not atlas part of this Nix expression