summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-06-26 08:12:21 +0200
committerJakub Beránek <berykubik@gmail.com>2025-06-26 08:12:21 +0200
commitec6f0eab5d3eca1a4e1423e87aff639097b7e3d8 (patch)
tree2dc9c2fa624c0a31731bc10f39e96437f102f638 /.github
parentbc4376fa73b636eb6f2c7d48b1f731d70f022c4b (diff)
downloadrust-ec6f0eab5d3eca1a4e1423e87aff639097b7e3d8.tar.gz
rust-ec6f0eab5d3eca1a4e1423e87aff639097b7e3d8.zip
Remove cache for citool
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 841bc39bf1e..11e47e13653 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,13 +57,6 @@ jobs:
     steps:
       - name: Checkout the source code
         uses: actions/checkout@v4
-      # Cache citool to make its build faster, as it's in the critical path.
-      # The rust-cache doesn't bleed into the main `job`, so it should not affect any other
-      # Rust compilation.
-      - name: Cache citool
-        uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
-        with:
-          workspaces: src/ci/citool
       - name: Test citool
         # Only test citool on the auto branch, to reduce latency of the calculate matrix job
         # on PR/try builds.