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"