Commit 6ab687ca authored by Guillaume Quintard's avatar Guillaume Quintard

Revert "[cci] no need to pin glibc anymore"

This reverts commit 2baff3dc.
parent 2baff3dc
......@@ -206,6 +206,10 @@ 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 \
base-devel \
ca-certificates \
......
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