Re: [PATCH v2 09/13] tests/docker: Added docker build support for TSan.

2020-06-08 Thread Alex Bennée
Robert Foley writes: > Added a new docker for ubuntu 20.04. > This docker has support for Thread Sanitizer > including one patch we need in one of the header files. > https://github.com/llvm/llvm-project/commit/a72dc86cd > > This command will build with tsan enabled: > make

[PATCH v2 09/13] tests/docker: Added docker build support for TSan.

2020-06-05 Thread Robert Foley
Added a new docker for ubuntu 20.04. This docker has support for Thread Sanitizer including one patch we need in one of the header files. https://github.com/llvm/llvm-project/commit/a72dc86cd This command will build with tsan enabled: make docker-test-tsan-ubuntu2004 Also added the TSAN