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:
parent
876d8fc872
commit
db6aea5d07
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue