|
|
@@ -398,7 +398,7 @@ jobs:
|
|
|
uses: ./.github/actions/cache-restore
|
|
|
with:
|
|
|
cache_path: /home/runner/.ccache
|
|
|
- cache_key: ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-${{ inputs.os_patch_level }}
|
|
|
+ cache_key: ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-${{ inputs.os_patch_level }}-${{ inputs.variant }}
|
|
|
cache_bucket: ccache-cache
|
|
|
restore_keys: |
|
|
|
${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
@@ -410,7 +410,7 @@ jobs:
|
|
|
uses: ./.github/actions/cache-restore
|
|
|
with:
|
|
|
cache_path: /home/runner/.cache/bazel
|
|
|
- cache_key: ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-${{ inputs.os_patch_level }}
|
|
|
+ cache_key: ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-${{ inputs.os_patch_level }}-${{ inputs.variant }}
|
|
|
cache_bucket: bazel-cache
|
|
|
restore_keys: |
|
|
|
${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
@@ -491,7 +491,7 @@ jobs:
|
|
|
if: always() && inputs.use_cache && (inputs.version == 'android12-5.10' || inputs.version == 'android13-5.10' || inputs.version == 'android13-5.15')
|
|
|
with:
|
|
|
cache_path: /home/runner/.ccache
|
|
|
- cache_key: ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-${{ inputs.os_patch_level }}
|
|
|
+ cache_key: ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-${{ inputs.os_patch_level }}-${{ inputs.variant }}
|
|
|
cache_bucket: "ccache-cache"
|
|
|
compression_level: 9
|
|
|
github_token: ${{ github.token }}
|
|
|
@@ -502,7 +502,7 @@ jobs:
|
|
|
if: always() && inputs.use_cache && (inputs.version == 'android14-5.15' || inputs.version == 'android14-6.1' || inputs.version == 'android15-6.6' || inputs.version == 'android16-6.12')
|
|
|
with:
|
|
|
cache_path: /home/runner/.cache/bazel
|
|
|
- cache_key: ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-${{ inputs.os_patch_level }}
|
|
|
+ cache_key: ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-${{ inputs.os_patch_level }}-${{ inputs.variant }}
|
|
|
cache_bucket: "bazel-cache"
|
|
|
compression_level: 9
|
|
|
github_token: ${{ github.token }}
|