On 6/7/2026 3:23 AM, Alex Bennée wrote: > Pierrick Bouvier <[email protected]> writes: > >> Signed-off-by: Pierrick Bouvier <[email protected]> >> --- >> docs/devel/testing/main.rst | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/docs/devel/testing/main.rst b/docs/devel/testing/main.rst >> index 3408b5836dc..1a884da3eb6 100644 >> --- a/docs/devel/testing/main.rst >> +++ b/docs/devel/testing/main.rst >> @@ -711,13 +711,13 @@ >> https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual >> >> Thread Sanitizer in Docker >> ~~~~~~~~~~~~~~~~~~~~~~~~~~ >> -TSan is currently supported in the ubuntu2204 docker. >> +TSan is currently supported in the ubuntu2404 docker. > > It's actually a build dependency (or should be, I can see libasan but > I'm not sure where libtsan comes from) . > >> >> The test-tsan test will build using TSan and then run make check. >> >> .. code:: >> >> - make docker-test-tsan@ubuntu2204 >> + make docker-test-tsan@ubuntu2404 >> > > So we should say any host build container will do. >
Ok. I'll simply remove the container name. >> TSan warnings under docker are placed in files located at build/tsan/. >
