You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# DEPLOY=1 ./src/ci/docker/run.sh dist-x86_64-linux
[...]
Step 16/37 : RUN ./build-binutils.sh
---> Running in 3eaaea3b7e5a
+ source shared.sh
+ VERSION=2.26.1
+ curl https://ftp.gnu.org/gnu/binutils/binutils-2.26.1.tar.bz2
+ tar xfj -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html
…ate, r=Mark-Simulacrum
Update Let's Encrypt ROOT CA certificate in dist-(i686|x86_64)-linux docker images
The DST Root CA X3 used by Let's Encrypt has expired ([Let's Encrypt announcement](https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/)). This patch installs the new root certificate (ISRG Root X1) and disables the old one. Disabling the old one is necessary because otherwise curl still fails to download from servers with Let's Encrypt certs even though they are cross-signed.
Fixesrust-lang#89484.
Most likely related to the Let's Encrypt root CA expiration
The text was updated successfully, but these errors were encountered: