From db6aea5d07a363753e21dfb56ffe9e4e4cbd6fa5 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Tue, 17 Jan 2023 11:24:48 -0500 Subject: [PATCH] Disable remote cache for the "TSan Runs" CI job (#4700) I suspect it might be the reason why it occasionally crashes. --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 81adb074b..2c6131922 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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"