Don't build ovni in verbose mode

This commit is contained in:
Rodrigo Arias 2023-10-05 08:01:43 +02:00
parent 5412e14dba
commit 9e889884c9

View File

@ -44,7 +44,6 @@ in
buildInputs = [ cmake mpi ];
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
cmakeFlags = [ "-DOVNI_GIT_COMMIT=${src.shortRev}" ];
buildFlags = [ "VERBOSE=1" ];
preCheck = ''
export CTEST_OUTPUT_ON_FAILURE=1
'';