Skip to content

Commit b385efa

Browse files
[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. Pull Request: llvm#149197
1 parent fcb7ed6 commit b385efa

File tree

1 file changed

+1
-3
lines changed
  • .github/workflows/containers/github-action-ci

1 file changed

+1
-3
lines changed

.github/workflows/containers/github-action-ci/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ RUN apt-get update && \
5858
python3-psutil \
5959
sudo \
6060
# These are needed by the premerge pipeline. Pip is used to install
61-
# dependent python packages and ccache is used for build caching. File and
62-
# tzdata are used for tests.
61+
# dependent python packages. File and tzdata are used for tests.
6362
python3-pip \
64-
ccache \
6563
file \
6664
tzdata && \
6765
apt-get clean && \

0 commit comments

Comments
 (0)