Conversation
|
@philiptaron @SomeoneSerge Heads up, we will be removing the Nix CI from |
|
Sounds good. It's in a stable place and I am fine doing CI myself or as per issue reports. |
Sure, in fact there is an has been a
The latter was with the assumption that this signal might indeed be useful for the broader
Thanks, acknowledged. I did suspect that complete pure builds will prove to be too much for an on-push action. This has already been brought up in #6346, but I've since played a little bit with (injecting an impure) CCache (into the Nix sandbox), albeit outside the context of github actions: this lets one keep the benefit of explicit dependency tracking, but bring down build times by an order of 2-5x. I think for a repo like |
The nix CI has a significant cost and doesn't really test anything of value to llama.cpp since it is just using cmake. It might make sense for the nix package to be maintained in a separate repository such as https://github.com/maxstrid/nixpkgs/tree/master/pkgs/by-name/ll/llama-cpp