summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-16 11:24:40 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-16 11:24:40 +0100
commit545e37b913f9db7efaff22074372ebba4c794986 (patch)
treed3c47fbdc528d3c6e1df8e4d215f2846491796c4 /scripts
parent27488328f63395deeb84d77b7f44d13451b0c9bd (diff)
downloadqutebrowser-545e37b913f9db7efaff22074372ebba4c794986.tar.gz
qutebrowser-545e37b913f9db7efaff22074372ebba4c794986.zip
ci: Use different workaround for Archlinux docker
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/ci/docker/Dockerfile.j27
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/dev/ci/docker/Dockerfile.j2 b/scripts/dev/ci/docker/Dockerfile.j2
index 03e5684ad..d3fc82793 100644
--- a/scripts/dev/ci/docker/Dockerfile.j2
+++ b/scripts/dev/ci/docker/Dockerfile.j2
@@ -1,12 +1,5 @@
FROM archlinux:latest
-# WORKAROUND for glibc 2.33 and old Docker
-# See https://github.com/actions/virtual-environments/issues/2658
-# Thanks to https://github.com/lxqt/lxqt-panel/pull/1562
-RUN 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"
-
{% if unstable %}
RUN sed -i '/^# after the header/a[kde-unstable]\nInclude = /etc/pacman.d/mirrorlist\n\n[testing]\nInclude = /etc/pacman.d/mirrorlist' /etc/pacman.conf
{% endif %}