Explorar el Código

fix(action): update cache management in build workflow by removing redundant cache entry and adding bazel disk cache

Co-authored-by: Copilot <copilot@github.com>
TheWildJames hace 4 meses
padre
commit
97f64460a3
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      .github/workflows/build.yml

+ 1 - 3
.github/workflows/build.yml

@@ -198,11 +198,9 @@ jobs:
           buildcache-${{ inputs.kernel_version }}
           buildcache-${{ inputs.kernel_version }}
           buildcache-${{ inputs.kernel_version }}
-          buildcache-${{ inputs.kernel_version }}
         cache_buckets: |
           ccache-cache
           bazel-cache
-          bazel-disk-cache
           lto-cache
         compression_level: 9
         restore_keys: |
@@ -274,7 +272,7 @@ jobs:
         cache_paths: |
           /home/runner/.ccache
           /home/runner/.cache/bazel
-
+          /home/runner/.bazel_disk_cache
           /home/runner/.ld_cache
         cache_keys: |
           buildcache-${{ inputs.kernel_version }}