This will allow using ccache in the jobs that build Clang, which
should speed up those jobs.
Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rG437ec156ef69: [libc++][ci] Install ccache in the Docker image
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM! I wonder whether it would make sense to store the cache itself outside the docker image so is can be reused between runs or does the image keep running?
Comment Actions
My understanding is that the container keeps running between CI jobs, so that shouldn't be needed.