[master] 6ea42f505 circleci: Remove the arch glibc workaround

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Feb 7 06:52:09 UTC 2022


commit 6ea42f50553a06693b4077f138268914de0eab02
Author: Guillaume Quintard <guillaume.quintard at gmail.com>
Date:   Wed Feb 2 21:47:29 2022 -0800

    circleci: Remove the arch glibc workaround

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 77f78ff1e..e0d3857dd 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -280,10 +280,6 @@ jobs:
                     tar \
                     sudo
             elif [ << parameters.dist >> = archlinux ]; then
-                # XXX: TEMPORARY fix for https://bugs.archlinux.org/task/69563
-                cd /tmp
-                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"
-                cd -
                 pacman -Sy --noconfirm \
                     ca-certificates \
                     cpio \


More information about the varnish-commit mailing list