Skip to content

Commit

Permalink
Workaround, fix riscv-dv tests cache hash
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kurc <[email protected]>
  • Loading branch information
mkurc-ant committed Jun 12, 2024
1 parent 07461fe commit 414f696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
include: ${{ fromJSON(needs.generate-config.outputs.test-include-generate) }}
env:
GHA_EXTERNAL_DISK: additional-tools
CACHE_HASH: ${{ needs.generate-config.outputs.hash }}
CACHE_HASH: 96d836528b2e032c9145830619eeaabdd49e94fed4e405865df15e6211b0c27c
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
CCACHE_DIR: "/opt/riscv-dv/.cache/"
VERILATOR_VERSION: v5.010
SPIKE_VERSION: d70ea67d
CACHE_HASH: ${{ needs.generate-config.outputs.hash }}
CACHE_HASH: 96d836528b2e032c9145830619eeaabdd49e94fed4e405865df15e6211b0c27c

steps:
- name: Install utils
Expand Down

0 comments on commit 414f696

Please sign in to comment.