Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci/eval: Avoid noise for failing attribute evals
It's currently annoying to see the actual failure in the attrs step, because `time -v` displays like 20 lines, which get repeated, therefore requiring you to scroll up most of the time: https://github.com/NixOS/nixpkgs/actions/runs/12290298121/job/34297218345#step:5:794 This commit fixes that by only displaying the most important stats, the same ones as the chunked system-specific evals.
- Loading branch information