[llvm-branch-commits] [CI] Remove ccache from Linux CI Container (PR #149197)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 16 14:48:26 PDT 2025
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/149197
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.
More information about the llvm-branch-commits
mailing list