|
@@ -213,12 +213,12 @@ jobs:
|
|
|
uses: ./.github/actions/cache-restore
|
|
uses: ./.github/actions/cache-restore
|
|
|
with:
|
|
with:
|
|
|
cache_path: /home/runner/.ccache
|
|
cache_path: /home/runner/.ccache
|
|
|
- cache_key: ${{ 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 }}
|
|
|
cache_bucket: ccache-cache
|
|
cache_bucket: ccache-cache
|
|
|
compression_level: 9
|
|
compression_level: 9
|
|
|
restore_keys: |
|
|
restore_keys: |
|
|
|
- ${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
|
|
- ${{ inputs.kernel_version }}-
|
|
|
|
|
|
|
+ ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
|
|
+ ${{ inputs.android_version }}-${{ inputs.kernel_version }}-
|
|
|
|
|
|
|
|
- name: Restore lto-cache (ccache versions)
|
|
- name: Restore lto-cache (ccache versions)
|
|
|
id: restore-lto-ccache
|
|
id: restore-lto-ccache
|
|
@@ -229,12 +229,12 @@ jobs:
|
|
|
uses: ./.github/actions/cache-restore
|
|
uses: ./.github/actions/cache-restore
|
|
|
with:
|
|
with:
|
|
|
cache_path: /home/runner/.ld_cache
|
|
cache_path: /home/runner/.ld_cache
|
|
|
- cache_key: ${{ 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 }}
|
|
|
cache_bucket: lto-cache
|
|
cache_bucket: lto-cache
|
|
|
compression_level: 9
|
|
compression_level: 9
|
|
|
restore_keys: |
|
|
restore_keys: |
|
|
|
- ${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
|
|
- ${{ inputs.kernel_version }}-
|
|
|
|
|
|
|
+ ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
|
|
+ ${{ inputs.android_version }}-${{ inputs.kernel_version }}-
|
|
|
|
|
|
|
|
- name: Restore bazel-cache
|
|
- name: Restore bazel-cache
|
|
|
id: restore-bazel
|
|
id: restore-bazel
|
|
@@ -246,12 +246,12 @@ jobs:
|
|
|
uses: ./.github/actions/cache-restore
|
|
uses: ./.github/actions/cache-restore
|
|
|
with:
|
|
with:
|
|
|
cache_path: /home/runner/.cache/bazel
|
|
cache_path: /home/runner/.cache/bazel
|
|
|
- cache_key: ${{ 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 }}
|
|
|
cache_bucket: bazel-cache
|
|
cache_bucket: bazel-cache
|
|
|
compression_level: 9
|
|
compression_level: 9
|
|
|
restore_keys: |
|
|
restore_keys: |
|
|
|
- ${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
|
|
- ${{ inputs.kernel_version }}-
|
|
|
|
|
|
|
+ ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
|
|
+ ${{ inputs.android_version }}-${{ inputs.kernel_version }}-
|
|
|
|
|
|
|
|
- name: Restore lto-cache (bazel versions)
|
|
- name: Restore lto-cache (bazel versions)
|
|
|
id: restore-lto-bazel
|
|
id: restore-lto-bazel
|
|
@@ -263,12 +263,12 @@ jobs:
|
|
|
uses: ./.github/actions/cache-restore
|
|
uses: ./.github/actions/cache-restore
|
|
|
with:
|
|
with:
|
|
|
cache_path: /home/runner/.ld_cache
|
|
cache_path: /home/runner/.ld_cache
|
|
|
- cache_key: ${{ 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 }}
|
|
|
cache_bucket: lto-cache
|
|
cache_bucket: lto-cache
|
|
|
compression_level: 9
|
|
compression_level: 9
|
|
|
restore_keys: |
|
|
restore_keys: |
|
|
|
- ${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
|
|
- ${{ inputs.kernel_version }}-
|
|
|
|
|
|
|
+ ${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
|
|
+ ${{ inputs.android_version }}-${{ inputs.kernel_version }}-
|
|
|
|
|
|
|
|
- name: Check cache hit
|
|
- name: Check cache hit
|
|
|
run: |
|
|
run: |
|
|
@@ -305,7 +305,7 @@ jobs:
|
|
|
uses: ./.github/actions/cache-save
|
|
uses: ./.github/actions/cache-save
|
|
|
with:
|
|
with:
|
|
|
cache_path: /home/runner/.ccache
|
|
cache_path: /home/runner/.ccache
|
|
|
- cache_key: ${{ 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 }}
|
|
|
cache_bucket: ccache-cache
|
|
cache_bucket: ccache-cache
|
|
|
compression_level: 9
|
|
compression_level: 9
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -318,7 +318,7 @@ jobs:
|
|
|
uses: ./.github/actions/cache-save
|
|
uses: ./.github/actions/cache-save
|
|
|
with:
|
|
with:
|
|
|
cache_path: /home/runner/.ld_cache
|
|
cache_path: /home/runner/.ld_cache
|
|
|
- cache_key: ${{ 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 }}
|
|
|
cache_bucket: lto-cache
|
|
cache_bucket: lto-cache
|
|
|
compression_level: 9
|
|
compression_level: 9
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -332,7 +332,7 @@ jobs:
|
|
|
uses: ./.github/actions/cache-save
|
|
uses: ./.github/actions/cache-save
|
|
|
with:
|
|
with:
|
|
|
cache_path: /home/runner/.cache/bazel
|
|
cache_path: /home/runner/.cache/bazel
|
|
|
- cache_key: ${{ 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 }}
|
|
|
cache_bucket: bazel-cache
|
|
cache_bucket: bazel-cache
|
|
|
compression_level: 9
|
|
compression_level: 9
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -346,7 +346,7 @@ jobs:
|
|
|
uses: ./.github/actions/cache-save
|
|
uses: ./.github/actions/cache-save
|
|
|
with:
|
|
with:
|
|
|
cache_path: /home/runner/.ld_cache
|
|
cache_path: /home/runner/.ld_cache
|
|
|
- cache_key: ${{ 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 }}
|
|
|
cache_bucket: lto-cache
|
|
cache_bucket: lto-cache
|
|
|
compression_level: 9
|
|
compression_level: 9
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|