[llvm-branch-commits] [llvm] release/21.x: [CI] Remove ccache from Linux CI Container (PR #150942)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 28 06:08:34 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-github-workflow

Author: None (llvmbot)

<details>
<summary>Changes</summary>

Backport 0f3c94a3d8013cc6409f364247d1d4e4293fcacd

Requested by: @<!-- -->boomanaiden154

---
Full diff: https://github.com/llvm/llvm-project/pull/150942.diff


1 Files Affected:

- (modified) .github/workflows/containers/github-action-ci/Dockerfile (+1-3) 


``````````diff
diff --git a/.github/workflows/containers/github-action-ci/Dockerfile b/.github/workflows/containers/github-action-ci/Dockerfile
index efe08ebc221c5..6d4bcb3d1add2 100644
--- a/.github/workflows/containers/github-action-ci/Dockerfile
+++ b/.github/workflows/containers/github-action-ci/Dockerfile
@@ -58,10 +58,8 @@ RUN apt-get update && \
     python3-psutil \
     sudo \
     # These are needed by the premerge pipeline. Pip is used to install
-    # dependent python packages and ccache is used for build caching. File and
-    # tzdata are used for tests.
+    # dependent python packages. File and tzdata are used for tests.
     python3-pip \
-    ccache \
     file \
     tzdata \
     sccache && \

``````````

</details>


https://github.com/llvm/llvm-project/pull/150942


More information about the llvm-branch-commits mailing list