mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 11:54:46 -04:00
Bump verif/core-v-verif csr-injection (#2491)
* Bump cvv/csr-injection * Bump core-v-verif * [ci] try to fix the CI * [ci] fix lint * [ci] Fix stages * [ci] Deprecated set-output
This commit is contained in:
parent
6561f2c641
commit
e9382ba3ac
2 changed files with 22 additions and 7 deletions
27
.github/workflows/ci.yml
vendored
27
.github/workflows/ci.yml
vendored
|
@ -17,6 +17,12 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Get specific submodule hash
|
||||
id: core-v-submodule-hash
|
||||
run: |
|
||||
cd verif/core-v-verif
|
||||
echo "hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache toolchain
|
||||
id: cache-toolchain
|
||||
uses: actions/cache@v3
|
||||
|
@ -42,8 +48,7 @@ jobs:
|
|||
cache-name: cache-spike
|
||||
with:
|
||||
path: tools/spike/
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('verif/regress/install-spike.sh',
|
||||
'verif/core-v-verif/') }}
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('verif/regress/install-spike.sh')}}-${{ steps.core-v-submodule-hash.outputs.hash }}
|
||||
|
||||
- name: Prepare
|
||||
run: |
|
||||
|
@ -71,6 +76,12 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Get specific submodule hash
|
||||
id: core-v-submodule-hash
|
||||
run: |
|
||||
cd verif/core-v-verif
|
||||
echo "hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache toolchain
|
||||
id: cache-toolchain
|
||||
uses: actions/cache@v3
|
||||
|
@ -96,8 +107,7 @@ jobs:
|
|||
cache-name: cache-spike
|
||||
with:
|
||||
path: tools/spike/
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('verif/regress/install-spike.sh',
|
||||
'verif/core-v-verif/') }}
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('verif/regress/install-spike.sh')}}-${{ steps.core-v-submodule-hash.outputs.hash }}
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
|
@ -132,6 +142,12 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Get specific submodule hash
|
||||
id: core-v-submodule-hash
|
||||
run: |
|
||||
cd verif/core-v-verif
|
||||
echo "hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache toolchain
|
||||
id: cache-toolchain
|
||||
uses: actions/cache@v3
|
||||
|
@ -157,8 +173,7 @@ jobs:
|
|||
cache-name: cache-spike
|
||||
with:
|
||||
path: tools/spike/
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('verif/regress/install-spike.sh',
|
||||
'verif/core-v-verif/') }}
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('verif/regress/install-spike.sh')}}-${{ steps.core-v-submodule-hash.outputs.hash }}
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit eef0e097685f095b77b469b920059d38471434b6
|
||||
Subproject commit 2e5fbaed368aa25e5bfc2a5502457f430fb95e7d
|
Loading…
Add table
Reference in a new issue