ci/eval: Fail on non-empty stderr

Just like the channel eval requires.
This commit is contained in:
Silvan Mosberger 2025-02-11 21:16:58 +01:00
parent 0344bd7f88
commit 7c62a764b4

View file

@ -113,6 +113,9 @@ let
echo "Evaluation failed with exit code $exitCode"
# This immediately halts all xargs processes
kill $PPID
elif [[ -s "$outputDir/stderr/$myChunk" ]]; then
echo "Nixpkgs on $system evaluated with warnings, aborting"
kill $PPID
fi
'';
in