ci: fix arch build
Some checks failed
CI Code / Linux (arch) (pull_request) Failing after 16s
CI Code / Check spelling (pull_request) Successful in 17s
CI Code / Code Coverage (pull_request) Failing after 16s
CI Code / Check coding style (pull_request) Successful in 34s
CI Code / Linux (debian) (pull_request) Has been cancelled
CI Code / Linux (ubuntu) (pull_request) Has been cancelled

This commit is contained in:
2026-02-16 16:30:37 +01:00
parent 4fce333c9a
commit 8046a70ac4

View File

@@ -5,8 +5,9 @@ ENV CC="ccache gcc"
RUN pacman -Syu --noconfirm
# reflector is optional - if it fails due to network issues, continue with default mirrorlist
RUN pacman -S --needed --noconfirm reflector && \
(reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist || true)
#RUN pacman -S --needed --noconfirm reflector && \
# (reflector --latest 20 --protocol https --save --sort rate /etc/pacman.d/mirrorlist || true)
RUN export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"
RUN pacman-key --init
RUN pacman -S --needed --noconfirm \
autoconf \