ci: fix arch build
All checks were successful
CI Code / Check coding style (pull_request) Successful in 1m24s
CI Code / Check spelling (pull_request) Successful in 39s
CI Code / Linux (debian) (pull_request) Successful in 6m16s
CI Code / Linux (ubuntu) (pull_request) Successful in 6m22s
CI Code / Code Coverage (pull_request) Successful in 7m38s
CI Code / Linux (arch) (pull_request) Successful in 10m18s
All checks were successful
CI Code / Check coding style (pull_request) Successful in 1m24s
CI Code / Check spelling (pull_request) Successful in 39s
CI Code / Linux (debian) (pull_request) Successful in 6m16s
CI Code / Linux (ubuntu) (pull_request) Successful in 6m22s
CI Code / Code Coverage (pull_request) Successful in 7m38s
CI Code / Linux (arch) (pull_request) Successful in 10m18s
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
FROM archlinux
|
FROM archlinux:latest
|
||||||
|
|
||||||
ENV TERM=xterm
|
ENV TERM=xterm
|
||||||
ENV CC="ccache gcc"
|
ENV CC="ccache gcc"
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm
|
RUN pacman -Syyu --noconfirm || true
|
||||||
|
RUN pacman -Syyu --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