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

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

View File

@@ -6,7 +6,7 @@ ENV CC="ccache gcc"
RUN pacman -Syu --noconfirm RUN pacman -Syu --noconfirm
# reflector is optional - if it fails due to network issues, continue with default mirrorlist # reflector is optional - if it fails due to network issues, continue with default mirrorlist
RUN pacman -S --needed --noconfirm reflector && \ RUN pacman -S --needed --noconfirm reflector && \
(reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist || true) (reflector --latest 20 --protocol https --save --sort rate /etc/pacman.d/mirrorlist || true)
RUN pacman-key --init RUN pacman-key --init
RUN pacman -S --needed --noconfirm \ RUN pacman -S --needed --noconfirm \
autoconf \ autoconf \
@@ -18,6 +18,7 @@ RUN pacman -S --needed --noconfirm \
check \ check \
cmake \ cmake \
cmocka \ cmocka \
glibc \
lcov \ lcov \
curl \ curl \
debuginfod \ debuginfod \