Commit 98a2f1dc authored by Guillaume Quintard's avatar Guillaume Quintard

[cci] use a different arch tag

parent 6ab687ca
......@@ -206,10 +206,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 \
base-devel \
ca-certificates \
......@@ -300,7 +296,7 @@ workflows:
- distcheck:
name: distcheck_archlinux
dist: archlinux
release: "latest"
release: base
nightly:
triggers:
- schedule:
......
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