Commit 6ea42f50 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Dridi Boukelmoune

circleci: Remove the arch glibc workaround

parent e0187925
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment