[llvm-branch-commits] [llvm] [CI] Remove ccache from Linux CI Container (PR #149197)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 17 07:51:09 PDT 2025
================
@@ -58,10 +58,9 @@ 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
+ # dependent python packages and sccache is used for build caching. File and
----------------
boomanaiden154 wrote:
Good point. I originally still had `sccache` in there but moved it around in a previous PR. Thanks for pointing this out.
https://github.com/llvm/llvm-project/pull/149197
More information about the llvm-branch-commits
mailing list