[9.20] fix: ci: Disable tracing otherwise gcovr fails

Backport of MR !9809

Merge branch 'backport-mnowak/gcovr-disable-tracing-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9906
This commit is contained in:
Michal Nowak 2024-12-12 15:29:41 +00:00
commit e7387f7c85

View file

@ -897,7 +897,8 @@ gcc:bookworm:amd64:
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON} --coverage -O0"
EXTRA_CONFIGURE: "--with-libidn2 ${WITH_READLINE_LIBEDIT}"
# Tracing needs to be disabled otherwise gcovr fails
EXTRA_CONFIGURE: "--with-libidn2 ${WITH_READLINE_LIBEDIT} --disable-tracing"
RUN_MAKE_INSTALL: 1
<<: *debian_bookworm_amd64_image
<<: *build_job