]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : increase windows-cublas evict-old-files to 5d (#2915)
authorDaniel Bevenius <redacted>
Fri, 21 Mar 2025 07:19:24 +0000 (08:19 +0100)
committerGitHub <redacted>
Fri, 21 Mar 2025 07:19:24 +0000 (08:19 +0100)
This commit updates the evict-old-files parameter for the windows-cublas
build job to 5 days.

The motivation for this change is to avoid the full rebuild which takes
around 1.5 hours for the windows-cublas build job. Considering that
there are periods of low traffic on whisper.cpp (like weekends etc.) it
might be better to have a longer eviction policy to avoid the full
rebuild.

.github/workflows/build.yml

index e7d73c927bea077369f49c690758e5451d58048b..989b1dc7331485046dd76cf6c8246ed0c24b7a85 100644 (file)
@@ -687,7 +687,7 @@ jobs:
         with:
           key: ${{ github.job }}-${{ matrix.cuda-toolkit }}-${{ matrix.build }}
           variant: sccache
-          evict-old-files: 1d
+          evict-old-files: 5d
 
       - name: Install Cuda Toolkit 11.8.0
         if: ${{ matrix.cuda-toolkit == '11.8.0' }}