You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: