From c149351ccf76c9b45fea04816b7bbfb89a9edcca Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Tue, 5 May 2026 10:48:13 +0700 Subject: [PATCH] ci: bump apt retries to 5 to handle ppa.launchpadcontent.net flakes --- .github/workflows/xahau-ga-nix.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/xahau-ga-nix.yml b/.github/workflows/xahau-ga-nix.yml index e32437feb..b46325841 100644 --- a/.github/workflows/xahau-ga-nix.yml +++ b/.github/workflows/xahau-ga-nix.yml @@ -268,6 +268,9 @@ jobs: - name: Install build dependencies run: | + # Bump apt's default 3 retries; papers over short upstream blips + # like the recurring ppa.launchpadcontent.net outages. + echo 'Acquire::Retries "5";' > /etc/apt/apt.conf.d/80-retries apt-get update apt-get install -y software-properties-common add-apt-repository ppa:ubuntu-toolchain-r/test -y