On 6/10/2026 12:22 PM, Pierrick Bouvier wrote: > 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..c6821a36d99 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 all our host docker images (for instance, > ubuntu2404). > > The test-tsan test will build using TSan and then run make check. > > .. code:: > > - make docker-test-tsan@ubuntu2204 > + make docker-test-tsan@ubuntu2404 > > TSan warnings under docker are placed in files located at build/tsan/. >
Reviewed-by: Pierrick Bouvier <[email protected]>
