lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 208c18c 2/3: Increase ccache max size


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master 208c18c 2/3: Increase ccache max size
Date: Thu, 28 Oct 2021 20:13:59 -0400 (EDT)

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

    Increase ccache max size
    
    It seems that the default cache size is insufficient for the builds
    using official makefiles, which build lmi both with and without SO
    attributes, resulting in cleanups during the build that slow it down
    rather than helping with the build times, so try using bigger cache.
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 07a2973..084b775 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -116,6 +116,7 @@ jobs:
         uses: hendrikmuhs/ccache-action@v1
         with:
           key: ${{ matrix.name }}
+          max-size: 900M
 
       - name: Set up build environment
         run: |



reply via email to

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