mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user