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

@@ -3,11 +3,13 @@ FROM debian:testing
ENV DEBIAN_FRONTEND="noninteractive"
ENV TERM=xterm
ENV CC="ccache gcc"
RUN apt-get update && apt-get install -y --no-install-recommends \
autoconf \
autoconf-archive \
automake \
ccache \
gcc \
git \
libcmocka-dev \