]> git.ipfire.org Git - thirdparty/bind9.git/commit
ci: Disable dnsrps for respdiff jobs compiled with ASAN/TSAN
authorTom Krizek <tkrizek@isc.org>
Wed, 9 Aug 2023 13:42:05 +0000 (15:42 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 21 Aug 2023 18:04:50 +0000 (20:04 +0200)
commit04224155006a672f37fb537953ec8776dfaec2bb
treeaab17ca200546cddbfcbbe7c01b81186db8a4aca
parent145bec51a02c4b49a6b1722095d965e2bf3a0845
ci: Disable dnsrps for respdiff jobs compiled with ASAN/TSAN

The dnsrps build assumes that dlopen is available from libc. This
assumption isn't met when attempting to build with address or thread
sanitizer on debian (bullseye, bookworm). Disable dnsrps build to avoid
the issue, since it's not needed anyway for our respdiff tests.

See commit b396f555861f11d7d6cee2ceb0d94abb733e1101 for more info about
the dnsrps build.
.gitlab-ci.yml