From 56ed6b72e930978797f8aac68b727d69e42a03b9 Mon Sep 17 00:00:00 2001 From: sabbene <11637137+sabbene@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:50:04 -0700 Subject: [PATCH 1/2] move to ftpmirror.gnu.org becasue ftp.gnu.org is often slow and causes timeouts in builds --- alienfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alienfile b/alienfile index f84a3f9..f8370e4 100644 --- a/alienfile +++ b/alienfile @@ -21,7 +21,7 @@ share { requires 'Alien::m4' => '0.08'; plugin Download => ( - url => 'https://ftp.gnu.org/gnu/gmp', + url => 'https://ftpmirror.gnu.org/gnu/gmp', filter => qr/^gmp-.*\.tar\.bz2$/, version => qr/([0-9\.]+)/, ); From e9834d2354f91445bbfdff9f4078c7aad9336364 Mon Sep 17 00:00:00 2001 From: sabbene <11637137+sabbene@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:57:37 -0700 Subject: [PATCH 2/2] update github cache/actions to latest version --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8742d2a..90008b5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -109,7 +109,7 @@ jobs: cip cache-key - name: Cache CPAN modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.cip key: ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }}