From c985a5c5a08d48d953a7e8b7e44f5f1d6eb06cb5 Mon Sep 17 00:00:00 2001 From: Yating Date: Fri, 31 Mar 2023 11:16:20 -0400 Subject: [PATCH] Add tmp dir to tentatively fix `lint-rust` error (#6283) Error details: https://github.com/tensorflow/tensorboard/actions/runs/4574349463/jobs/8078646809 Related: - https://github.com/google/cargo-raze/issues/545 - https://github.com/Keats/tera/issues/819 - https://github.com/google/cargo-raze/pull/547 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c760f13a55..553aca8eb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -298,6 +298,7 @@ jobs: run: cargo clippy --all-targets --manifest-path tensorboard/data/server/Cargo.toml -- -D warnings - name: 'Check cargo-raze freshness' run: | + mkdir -p /tmp/cargo-raze/doesnt/exist/ rm -rf third_party/rust/ (cd tensorboard/data/server/ && cargo fetch && cargo raze) git add .