Disable remote cache for the "TSan Runs" CI job (#4700)

I suspect it might be the reason why it occasionally crashes.
This commit is contained in:
JP Simard 2023-01-17 11:24:48 -05:00 committed by GitHub
parent 876d8fc872
commit db6aea5d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ steps:
- label: "TSan Runs" - label: "TSan Runs"
commands: commands:
- echo "--- Build" - echo "--- Build"
- bazel build --config=release --features=tsan swiftlint - bazel build --noremote_accept_cached --config=release --features=tsan swiftlint
- echo "+++ Pre-cache SwiftLint Run" - echo "+++ Pre-cache SwiftLint Run"
- ./bazel-bin/swiftlint --progress --lenient - ./bazel-bin/swiftlint --progress --lenient
- echo "+++ Post-cache SwiftLint Run" - echo "+++ Post-cache SwiftLint Run"