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
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:
@@ -5,8 +5,9 @@ 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 export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"
|
||||||
RUN pacman-key --init
|
RUN pacman-key --init
|
||||||
RUN pacman -S --needed --noconfirm \
|
RUN pacman -S --needed --noconfirm \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
|||||||
Reference in New Issue
Block a user