You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guix pull keeps hitting transient infrastructure errors (substitute download
failures, git/SSL fetch errors) that abort the run before any package is
tested. Retry the pull up to three times so a single transient blip no longer
fails the workflow; --fallback already covers substitute outages, and the
retry additionally covers git/SSL fetch hiccups.
0 commit comments