[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:
parent
1bd7ccd4a5
commit
0f3c94a3d8
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user