mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
halide: use preCheck instead of overwriting checkPhase
(cherry picked from commit da893e4d17)
This commit is contained in:
committed by
github-actions[bot]
parent
7c51b4a020
commit
8b5e2f0033
@@ -67,11 +67,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Note: disable mullapudi2016_fibonacci because it requires too much
|
||||
# parallelism for remote builders
|
||||
ctestArgs = "--output-on-failure -E 'mullapudi2016_fibonacci'";
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
ctest ${ctestArgs}
|
||||
runHook postCheck
|
||||
preCheck = ''
|
||||
checkFlagsArray+=("ARGS=-E 'mullapudi2016_fibonacci'")
|
||||
'';
|
||||
|
||||
# Note: only openblas and not atlas part of this Nix expression
|
||||
|
||||
Reference in New Issue
Block a user