On Mon, 2019-11-04 at 14:51 +0100, Julien Lepiller wrote: > Le 4 novembre 2019 13:28:57 GMT+01:00, Roel Janssen <r...@gnu.org> a > écrit : > > Dear Guix, > > > > I'm trying to contribute to GNU Guix again, and I'd like to see if > > I > > can solve build failures to make for a more stable Guix. It would > > be > > very convenient to have a list of packages that are currently > > failing > > to build, and perhaps also some history on it (how many times did > > the > > build fail, and since when does it fail). > > > > Does such a list exist, and if so, where can I find it? > > > > Kind regards, > > Roel Janssen > > I think you'ne looking for https://ci.guix.gnu.org. look for > evaluations of guix master, and their failures. You can also look for > evaluations of a package with the search bar at the top right.
But is there a list of *all packages that fail ot build*? So, not only just a single evaluation like: https://ci.guix.gnu.org/eval/8538?status=failed But a list of ~11000 packages and their build status (like Hydra showed). With Hydra, when clicking on a failed build you could see previous builds of that same package and its success or failure of them. I found that very useful. Kind regards, Roel Janssen