[master] 1d5c0aae4 [cci] work around glibc bug

Guillaume Quintard guillaume at varnish-software.com
Mon Feb 15 15:42:07 UTC 2021


commit 1d5c0aae4236a22006317415553705665ad7dade
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Mon Feb 15 07:41:11 2021 -0800

    [cci] work around glibc bug

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9a10465cc..eb89904c0 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -206,6 +206,8 @@ jobs:
                     tar \
                     sudo
             elif [ << parameters.dist >> = archlinux ]; then
+                # XXX: TEMPORARY fix for https://bugs.archlinux.org/task/69563
+                patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && bsdtar -C / -xvf "$patched_glibc"
                 pacman -Sy --noconfirm \
                     base-devel \
                     ca-certificates \


More information about the varnish-commit mailing list