commit 5881d60d12163a72f2d81567a703e5592eb3e6cc
parent 16c2d0892b23b6aba132451992a8e285ad0357b2
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Tue, 20 May 2025 18:11:07 +0200
do not build debian with coverage; add rsync to exchange CI image for lcov
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
@@ -42,6 +42,8 @@ RUN apt-get update -yqq && \
lcov \
graphviz \
pandoc \
+ # For lcov deployment \
+ rsync \
# Test suite dependencies \
jq \
postgresql \
diff --git a/contrib/ci/jobs/100-build-debian-bookworm-amd64-gen/build.sh b/contrib/ci/jobs/100-build-debian-bookworm-amd64-gen/build.sh
@@ -7,6 +7,7 @@ apt-get upgrade -yqq
./bootstrap
./configure CFLAGS="-ggdb -O0" \
--enable-logging=verbose \
+ --disable-coverage \
--disable-doc
nump=$(grep processor /proc/cpuinfo | wc -l)