mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add missing TSAN_SYMBOLIZER_PATH in system:gcc:tsan CI job
The system:gcc:tsan job had an empty variables: block, unlike its three sibling TSAN jobs (unit:gcc:tsan, system:clang:tsan, unit:clang:tsan) which all set TSAN_SYMBOLIZER_PATH. Assisted-by: Claude:claude-opus-4-7
This commit is contained in:
parent
d481f7dcaf
commit
a8223090ea
1 changed files with 1 additions and 0 deletions
|
|
@ -1700,6 +1700,7 @@ gcc:tsan:
|
|||
|
||||
system:gcc:tsan:
|
||||
variables:
|
||||
TSAN_SYMBOLIZER_PATH: "${TSAN_SYMBOLIZER_PATH_FEDORA}"
|
||||
<<: *tsan_fedora_44_amd64_image
|
||||
<<: *system_test_tsan_job
|
||||
<<: *extra_system_tests_triggering_rules
|
||||
|
|
|
|||
Loading…
Reference in a new issue