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
commit 6c4b9c914b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)