Merge pull request #16979 from dundargoc/ci/add-tsan-clang-sanitizer

ci: set CLANG_SANITIZER variable to TSAN when running the tsan job
This commit is contained in:
James McCoy
2022-01-08 15:01:27 -05:00
committed by GitHub

View File

@@ -42,6 +42,7 @@ EOF
tsan)
cat <<EOF >> "$GITHUB_ENV"
TSAN_OPTIONS=log_path=$GITHUB_WORKSPACE/build/log/tsan
CLANG_SANITIZER=TSAN
EOF
;;
lint)