From: Arran Cudbard-Bell Date: Mon, 28 Mar 2022 21:19:37 +0000 (-0600) Subject: Try and fix the random debian packaging failures X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717f9fcb9b75ba7cbad2c35be76977dfc8d61011;p=thirdparty%2Ffreeradius-server.git Try and fix the random debian packaging failures --- diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index 3845a3145d..10a1b818fb 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -78,11 +78,12 @@ jobs: steps: - - name: Package manager performance improvements + - name: Package manager performance and stability improvements run: | sed -i 's/deb.debian.org/debian-archive.trafficmanager.net/' /etc/apt/sources.list sed -i 's/archive.ubuntu.com/azure.archive.ubuntu.com/' /etc/apt/sources.list - echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/02speedup + echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80-retries + echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/02speedup echo 'man-db man-db/auto-update boolean false' | debconf-set-selections apt-get update