test: Remove spurious double lock tsan suppressions by bumping to clang-12

This commit is contained in:
MarcoFalke
2021-04-13 19:54:37 +02:00
parent a1f0b8b62e
commit fadbd99885
3 changed files with 3 additions and 21 deletions

View File

@ -7,7 +7,7 @@
export LC_ALL=C.UTF-8
export CONTAINER_NAME=ci_native_tsan
export DOCKER_NAME_TAG=ubuntu:20.04
export DOCKER_NAME_TAG=ubuntu:hirsute
export PACKAGES="clang llvm libc++abi-dev libc++-dev python3-zmq"
export DEP_OPTS="CC=clang CXX='clang++ -stdlib=libc++'"
export GOAL="install"