lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d8689c12 3/5: Increase ccache cache size to 2


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master d8689c12 3/5: Increase ccache cache size to 2GB
Date: Sat, 11 Feb 2023 15:04:38 -0500 (EST)

branch: master
commit d8689c129989079f8b6fa7b9f41b7acf2a1f38e7
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Increase ccache cache size to 2GB
    
    It seems that ~1GB used before might be too little.
    
    Note that the maximum combined size of all caches is 10GB, so we can't
    really make it much bigger than this.
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a6098a6a..43924e84 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -132,7 +132,7 @@ jobs:
         uses: hendrikmuhs/ccache-action@v1.2.5
         with:
           key: ${{ matrix.compiler || 'gcc' }}-${{ matrix.triplet || 
'x86_64-pc-linux-gnu' }}
-          max-size: 900M
+          max-size: 2G
           verbose: 2
 
       - name: Set up build environment



reply via email to

[Prev in Thread] Current Thread [Next in Thread]