Compare commits

..

1 Commits

Author SHA1 Message Date
8046a70ac4 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
2026-02-16 16:44:32 +01:00

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 --save --sort rate /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 \
@@ -18,7 +19,6 @@ RUN pacman -S --needed --noconfirm \
check \
cmake \
cmocka \
glibc \
lcov \
curl \
debuginfod \