Skip to content

Commit

Permalink
restoring from cache based on existence in local storage
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadingo committed Jan 6, 2025
1 parent 0d6bab1 commit 97ef589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cpp-golang-rust-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
- name: Restore cached ICICLE backend
id: cache-icicle-restore
uses: actions/cache/restore@v4
if: steps.exists-flag.outputs.EXIST_FLAG == 'false'
with:
path: /tmp/ci/cache
key: icicle-builds-curve-${{ matrix.curve.name }}-${{ steps.extract-cuda-sha.outputs.cuda-backend-sha }}-${{ steps.os-version.outputs.OS_VERSION }}
Expand Down Expand Up @@ -342,6 +343,7 @@ jobs:
- name: Restore cached ICICLE backend
id: cache-icicle-restore
uses: actions/cache/restore@v4
if: steps.exists-flag.outputs.EXIST_FLAG == 'false'
with:
path: /tmp/ci/cache
key: icicle-builds-field-${{ matrix.field.name }}-${{ steps.extract-cuda-sha.outputs.cuda-backend-sha }}-${{ steps.os-version.outputs.OS_VERSION }}
Expand Down Expand Up @@ -580,6 +582,7 @@ jobs:
- name: Restore cached ICICLE backend
id: cache-icicle-restore
uses: actions/cache/restore@v4
if: steps.exists-flag.outputs.EXIST_FLAG == 'false'
with:
path: /tmp/ci/cache
key: icicle-builds-hash-${{ steps.extract-cuda-sha.outputs.cuda-backend-sha }}-${{ steps.os-version.outputs.OS_VERSION }}
Expand Down

0 comments on commit 97ef589

Please sign in to comment.