Explorar el Código

fix(action): increase CCACHE_MAXSIZE to improve caching performance

TheWildJames hace 4 meses
padre
commit
94b85a1693
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/actions/build-kernel/action.yml

+ 1 - 1
.github/actions/build-kernel/action.yml

@@ -12,7 +12,7 @@ runs:
         export PATH="/usr/lib/ccache:$PATH"
         export CC="ccache clang"
         export CXX="ccache clang++"
-        export CCACHE_MAXSIZE=1G
+        export CCACHE_MAXSIZE=10G
         export CCACHE_COMPILERCHECK=content
         export CCACHE_BASEDIR="$GITHUB_WORKSPACE"
         export CCACHE_NOHASHDIR=true