mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 05:46:21 +00:00
feat(tests): update Dockerfile and CI script for parallel builds and improved caching
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
# Build the latest openSUSE Tumbleweed image
|
||||
FROM opensuse/tumbleweed
|
||||
|
||||
ENV TERM=xterm
|
||||
ENV CC="ccache gcc"
|
||||
|
||||
# libmicrohttpd - for stabber
|
||||
# glibc-locale - to have en_US locale
|
||||
RUN zypper --non-interactive in --no-recommends \
|
||||
autoconf \
|
||||
autoconf-archive \
|
||||
automake \
|
||||
ccache \
|
||||
gcc \
|
||||
git \
|
||||
glib2-devel \
|
||||
|
||||
Reference in New Issue
Block a user