fix: retry apt/PPA commands in migrate_gse linux build #1

Closed
gabrielgad wants to merge 0 commits from fix/retry-apt-ppa into dev
gabrielgad commented 2026-03-19 22:31:28 -04:00 (Migrated from github.com)

Summary

  • Wraps apt update, add-apt-repository, and apt install in a retry wrapper (3 attempts, 10s delay)
  • Prevents nightly build failures caused by transient Launchpad PPA outages (ppa.launchpadcontent.net timeouts)

Context

Nightly Release failed on 2026-03-19 because the deadsnakes PPA was temporarily unreachable, causing python3.12 installation to fail. All other jobs succeeded.

## Summary - Wraps `apt update`, `add-apt-repository`, and `apt install` in a retry wrapper (3 attempts, 10s delay) - Prevents nightly build failures caused by transient Launchpad PPA outages (`ppa.launchpadcontent.net` timeouts) ## Context Nightly Release failed on 2026-03-19 because the deadsnakes PPA was temporarily unreachable, causing `python3.12` installation to fail. All other jobs succeeded.

Pull request closed

Sign in to join this conversation.
No description provided.