[llvm-branch-commits] [llvm] [CI] Migrate monolithic-linux script to sccache (PR #149195)

Aiden Grossman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 17 08:25:00 PDT 2025


https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149195

>From 9683d8b16fcdf30501aeeafb28ce3a0003eaeb8c Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Thu, 17 Jul 2025 15:24:49 +0000
Subject: [PATCH] more ccache->sccache

Created using spr 1.3.4
---
 .github/workflows/premerge.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index ff63355222065..7b5ecd62080f3 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -37,6 +37,7 @@ jobs:
       - name: Setup ccache
         uses: hendrikmuhs/ccache-action at a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
         with:
+          variant: "sccache"
           max-size: "2000M"
       - name: Build and Test
         # Mark the job as a success even if the step fails so that people do



More information about the llvm-branch-commits mailing list