New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/31635#issuecomment-883974542 Comment: @leahneukirchen I think it is ready, so you can go ahead. To summarise, for future reference: these fail some tests (some of them probably failed before the update): ``` srcpkgs/gnumeric/template srcpkgs/perl-Fuse/template srcpkgs/perl-Gtk2/template srcpkgs/perl-Image-Sane/template srcpkgs/perl-Linux-Inotify2/template srcpkgs/perl-OpenGL/template srcpkgs/perl-Search-Xapian/template srcpkgs/perl-Unix-Mknod/template srcpkgs/perl-pcsc/template srcpkgs/postgresql12/template srcpkgs/postgresql13/template srcpkgs/rrdtool/template srcpkgs/subversion/template ``` The `perl` itself passes all tests on `x86_64`, so at worst it could fail locale on `x86_64-musl` and math on `i686`. As for `srcpkgs/biber/template`, I left it with this PR, even though it was not required. Will come back to its test failures maybe later. As a final note, it would be nice to have a mechanism to force CI to first build all commits, and only do checks later, not sure if it's possible though.