CI for static builds #144207
Labels
0.kind: bug
Something is broken
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
6.topic: continuous integration
Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions
6.topic: static
I fixed static build of opens in [4879ea9], but as of [31b4955] it is broken again:
There was quite a refactoring of openssh, according to git-blame, and I am still bisecting it. I'll probably fix it in weeks coming, but real question is to how to make fixed stuff fixed.
As I understand, static builds are not really checked by Hydra, in particular because unknown subset of them actually works.
So here I come with proposal -- export packages that are known to build statically as "static-foo" (subject to bike shedding)
in top-level/all-packages.nix, so we keep track of what is supposed to work and can check whether any particular patch broke it.
Opinions? Better proposals?
The text was updated successfully, but these errors were encountered: