mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
testing: update ubuntu2004 to ubuntu2204
The 22.04 LTS release has been out for almost a year now so its time to update all the remaining images to the current LTS. We can also drop some hacks we need for older clang TSAN support. We will keep the ubuntu2004 container around for those who wish to test builds on the currently still supported baseline. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20230228190653.1602033-9-alex.bennee@linaro.org>
This commit is contained in:
parent
7c7d369b33
commit
171080d891
7 changed files with 163 additions and 26 deletions
|
@ -588,13 +588,13 @@ https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual
|
|||
|
||||
Thread Sanitizer in Docker
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
TSan is currently supported in the ubuntu2004 docker.
|
||||
TSan is currently supported in the ubuntu2204 docker.
|
||||
|
||||
The test-tsan test will build using TSan and then run make check.
|
||||
|
||||
.. code::
|
||||
|
||||
make docker-test-tsan@ubuntu2004
|
||||
make docker-test-tsan@ubuntu2204
|
||||
|
||||
TSan warnings under docker are placed in files located at build/tsan/.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue