ofborg icon indicating copy to clipboard operation
ofborg copied to clipboard

Take the bigger amount of rebuilds from supported linux arches

Open samueldr opened this issue 6 years ago • 2 comments

nixpkgs#63147 is marked as having 0 Linux rebuilds, but has 587 changed paths, all aarch64-only.

The way the labels are currently reporting the stats makes it seem like this is a complete no-op. This instance is small, but a large aarch64 only rebuild might be easily missed.

I'm thinking that the amount for the label might be better represented as max(x86_64-linuxRebuilds, aarch64-linuxRebuilds) for Linux.

samueldr avatar Jun 17 '19 01:06 samueldr

Also stuff like https://github.com/NixOS/nixpkgs/pull/348568 is misrepresented where there a few x86_64, but a lot of aarch64 rebuilds.

sternenseemann avatar Nov 09 '24 11:11 sternenseemann

There was #684 which was tested and would solve this, but no one seemed interested

lilyinstarlight avatar Nov 09 '24 12:11 lilyinstarlight

This has been solved properly in nixpkgs' GHC workflows.

wolfgangwalther avatar Jun 07 '25 15:06 wolfgangwalther