[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:50:37 PDT 2025
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149197
>From 7c3030a3b6da3ef8a48acfe0031a7c2ed348499a Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Thu, 17 Jul 2025 14:50:26 +0000
Subject: [PATCH] feedback
Created using spr 1.3.4
---
.github/workflows/containers/github-action-ci/Dockerfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/containers/github-action-ci/Dockerfile b/.github/workflows/containers/github-action-ci/Dockerfile
index 74bef3de6dc3c..a4ba956acd501 100644
--- a/.github/workflows/containers/github-action-ci/Dockerfile
+++ b/.github/workflows/containers/github-action-ci/Dockerfile
@@ -58,8 +58,7 @@ RUN apt-get update && \
python3-psutil \
sudo \
# These are needed by the premerge pipeline. Pip is used to install
- # dependent python packages and sccache is used for build caching. File and
- # tzdata are used for tests.
+ # dependent python packages. File and tzdata are used for tests.
python3-pip \
file \
tzdata && \
More information about the llvm-branch-commits
mailing list