1 CI_DESC="CI job running ThreadSanitizer" 2 CI_DIR=build-sanitize 3 NIX_ARGS=(--arg enableLibcxx true --argstr libcxxSanitizers "Thread" --argstr capnprotoSanitizers "thread") 4 export CXX=clang++ 5 export CXXFLAGS="-ggdb -Werror -Wall -Wextra -Wpedantic -Wthread-safety -Wno-unused-parameter -fsanitize=thread" 6 CMAKE_ARGS=() 7 BUILD_ARGS=(-k -j4) 8 BUILD_TARGETS=(mptest) 9