Commit 1d5c0aae authored by Guillaume Quintard's avatar Guillaume Quintard

[cci] work around glibc bug

parent 7ec28f1a
......@@ -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 \
......
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