Commit 47a9ae00 authored by Guillaume Quintard's avatar Guillaume Quintard

[cci] download fixed package in /tmp

parent a5bfbaba
......@@ -207,7 +207,9 @@ jobs:
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