| 26 Nov 2023 |
Artturin | the eval has been going really slow too | 18:23:17 |
Artturin | prs from 2+ hours haven't been evalled | 18:23:26 |
Lily Foster | In reply to @piegames:matrix.org https://github.com/NixOS/nixpkgs/pull/270142 what's the deal with this eval failure? oh yeah if you read it closely it says "the branch this PR will be merged into does not cleanly eval" | 18:23:48 |
Lily Foster | so i really think it got spooked by the outpath calc step for the pre-merge step having output | 18:24:55 |
| 27 Nov 2023 |
cole-h | In reply to @artturin:matrix.org prs from 2+ hours haven't been evalled Yep, unfortunately that’s because Nixpkgs still takes on the order of ~10+ minutes for each evaluation. We used to be able to get by with 5-7 machines, but nowadays even 9 is too slow. I think I investigated this slowdown before and posted here, but I don’t remember | 13:37:58 |
Lily Foster | In reply to @cole-h:matrix.org Yep, unfortunately that’s because Nixpkgs still takes on the order of ~10+ minutes for each evaluation. We used to be able to get by with 5-7 machines, but nowadays even 9 is too slow. I think I investigated this slowdown before and posted here, but I don’t remember There's an ambitious PR at https://github.com/NixOS/nixpkgs/pull/269403 which we could possibly replace our outpath calculation with to get a bit improvement. I haven't looked at the specifics of it though | 13:40:47 |