feat(tests): update Dockerfile and CI script for parallel builds and improved caching

This commit is contained in:
2026-01-15 17:20:19 +03:00
parent fa17173e5c
commit bed046e7ed
6 changed files with 86 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
FROM archlinux
ENV TERM=xterm
ENV CC="ccache gcc"
RUN pacman -Syu --noconfirm
# reflector is optional - if it fails due to network issues, continue with default mirrorlist
@@ -12,6 +13,7 @@ RUN pacman -S --needed --noconfirm \
autoconf-archive \
automake \
base-devel \
ccache \
check \
cmake \
cmocka \