mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
ci/eval: Fail on non-empty stderr
Just like the channel eval requires.
This commit is contained in:
parent
0344bd7f88
commit
7c62a764b4
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ let
|
||||||
echo "Evaluation failed with exit code $exitCode"
|
echo "Evaluation failed with exit code $exitCode"
|
||||||
# This immediately halts all xargs processes
|
# This immediately halts all xargs processes
|
||||||
kill $PPID
|
kill $PPID
|
||||||
|
elif [[ -s "$outputDir/stderr/$myChunk" ]]; then
|
||||||
|
echo "Nixpkgs on $system evaluated with warnings, aborting"
|
||||||
|
kill $PPID
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue