Skip to content

Conversation

@llvmbot
Copy link
Member

@llvmbot llvmbot commented Jul 28, 2025

Backport 0f3c94a

Requested by: @boomanaiden154

This patch removes ccache from the Linux CI container. It is no longer
needed after migrating the monolithic-linux.sh script. The other two
upstream users of this container, namely the post commit static analyzer
and the llvm tests workflow both already use sccache.

Reviewers: tstellar, gburgessiv, dschuff, Keenuts, lnihlen, cmtice

Reviewed By: dschuff, Keenuts, cmtice

Pull Request: llvm#149197

(cherry picked from commit 0f3c94a)
@llvmbot
Copy link
Member Author

llvmbot commented Jul 28, 2025

@Keenuts What do you think about merging this PR to the release branch?

@llvmbot
Copy link
Member Author

llvmbot commented Jul 28, 2025

@llvm/pr-subscribers-github-workflow

Author: None (llvmbot)

Changes

Backport 0f3c94a

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 --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 && \

@boomanaiden154
Copy link
Contributor

Wrong patch, this doesn't actually do anything in the release branch...

@tru tru moved this from Needs Triage to Done in LLVM Release Status Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

2 participants