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
Drop --fallback from guix pull in Guix validation workflows
--fallback was added to survive transient substitute download failures, but
when Guix's substitute infrastructure is sustainedly unhealthy it silently
switches to building guile/guix from source for hours, exhausting the 6h GHA
job limit without producing useful output. Fail fast on substitute outages
so a run either completes cleanly (~1h33m on a healthy window) or ends
quickly; the retry loop still absorbs transient git/SSL blips.
0 commit comments