mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-06 10:12:04 -04:00
Disable tracing for gcovr-enabled builds
gcovr has issues with processing files produced as part of a BIND 9 build with tracing support enabled (--enable-tracing). Depending on the gcovr version used, these issues may result in either warnings or failures being reported by that tool. Disable tracing support for gcovr-enabled builds to work around these issues.
This commit is contained in:
parent
8240781cce
commit
7048b3ab0d
1 changed files with 2 additions and 1 deletions
|
|
@ -902,7 +902,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