[CI] Remove ccache from Linux CI Container

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: https://github.com/llvm/llvm-project/pull/149197
This commit is contained in:
Aiden Grossman 2025-07-25 08:38:13 -07:00 committed by GitHub
parent 1bd7ccd4a5
commit 0f3c94a3d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 && \
apt-get clean && \