llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-github-workflow Author: None (llvmbot) <details> <summary>Changes</summary> Backport 0f3c94a3d8013cc6409f364247d1d4e4293fcacd Requested by: @<!-- -->boomanaiden154 --- Full diff: https://github.com/llvm/llvm-project/pull/150942.diff 1 Files Affected: - (modified) .github/workflows/containers/github-action-ci/Dockerfile (+1-3) ``````````diff diff --git a/.github/workflows/containers/github-action-ci/Dockerfile b/.github/workflows/containers/github-action-ci/Dockerfile index efe08ebc221c5..6d4bcb3d1add2 100644 --- a/.github/workflows/containers/github-action-ci/Dockerfile +++ b/.github/workflows/containers/github-action-ci/Dockerfile @@ -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 \ sccache && \ `````````` </details> https://github.com/llvm/llvm-project/pull/150942 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits