Hi, We have a need to get CI runs for the clang job with ThreadSanitizer enabled in addition to our normal clang build.
mir has a CMAKE build type to enable ThreadSanitizer: Essentially: CXX=/usr/bin/clang++ CC=/usr/bin/clang cmake -DCMAKE_BUILD_TYPE=ThreadSanitizer ../ ctest --output-on-failure Thanks.
-- Mailing list: https://launchpad.net/~canonical-ci-engineering Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-ci-engineering More help : https://help.launchpad.net/ListHelp

