]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: ci: Fix Clang TSAN reports
authorMichal Nowak <mnowak@isc.org>
Fri, 28 Feb 2025 10:15:06 +0000 (10:15 +0000)
committerMichal Nowak <mnowak@isc.org>
Fri, 28 Feb 2025 10:15:06 +0000 (10:15 +0000)
Disabling dynamic tags ensures the Clang symbolizer creates a valid TSAN
report. For consistency, also add the option to gcc:tsan so they are
both on the same footing.

Closes #5149

Merge branch '5149-fix-tsan-flags' into 'main'

See merge request isc-projects/bind9!10185


Trivial merge