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
Ubuntu package mirrors occasionally sync during CI execution, causing
transient failures with file size mismatches. Add 3-attempt retry loops
with exponential backoff to all apt update operations across host-x64,
host-arm64, and static-analysis jobs.
- Wrap apt-get/apt update in retry loops with 5s delay between attempts
- Add Acquire::Retries=3 flag to all apt commands for download resilience
- Apply to install steps and fallback wget installation paths
0 commit comments