]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: update glibc in linux-old build 18007/head
authorDan Fandrich <dan@coneharvesters.com>
Wed, 23 Jul 2025 18:24:07 +0000 (11:24 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 23 Jul 2025 18:28:54 +0000 (11:28 -0700)
Also, change the host because Debian itself is no longer hosting Buster
packages.

Reported-by: nevakrien on Github
Ref: #17997
Closes #18007

.github/workflows/linux-old.yml

index 92de738ac7ce25fdf719650e7b34dbc72c1d641b..5b8f92f03b475ba3a562d9f10ef5d29cd374290c 100644 (file)
@@ -73,7 +73,7 @@ jobs:
           apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends cmake make automake autoconf libtool gcc pkg-config libpsl-dev libzstd-dev zlib1g-dev libssl1.0-dev libssh-dev libssh2-1-dev libc-ares-dev heimdal-dev libldap2-dev librtmp-dev stunnel4 groff
           # GitHub's actions/checkout needs a newer glibc. This one is the
           # latest available for buster, the next stable release after stretch.
-          httrack --get https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u4_amd64.deb
+          httrack --get https://deb.freexian.com/extended-lts/pool/main/g/glibc/libc6_2.28-10+deb10u5_amd64.deb
           dpkg -i libc6_*_amd64.deb
 
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4