Hi! Hugo Buddelmeijer via <[email protected]> skribis:
> This is really limiting my Guix contributions, because if I just 'guix > gc', I have to spend another week getting back to having the > python-team branch rebuild. If I’m not mistaken, ‘python-team’ is being built by ci.guix.gnu.org, right? (If not, it should. :-)) What I do is that I usually run ‘guix gc -F40G’ or similar to only GC as much as strictly needed. Another tip: from the branch in question, you can do ‘guix build -r xyz python-pytorch --no-grafts’ (replace ‘python-pytorch’ with any package high in the stack) so that this package and its dependencies aren’t GC’d. HTH! Ludo’.
