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
+1 -1
View File
@@ -26,7 +26,7 @@ steps:
- label: "TSan Runs"
commands:
- echo "--- Build"
- bazel build --config=release --features=tsan swiftlint
- bazel build --noremote_accept_cached --config=release --features=tsan swiftlint
- echo "+++ Pre-cache SwiftLint Run"
- ./bazel-bin/swiftlint --progress --lenient
- echo "+++ Post-cache SwiftLint Run"