mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-06 01:02:03 -04:00
[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:
commit
e7387f7c85
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue