aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2024-06-26 16:30:07 -0700
committerJerry Zhao <jerryz123@berkeley.edu>2024-06-26 16:30:07 -0700
commit7f93baf4636fd6c80910970fdf4f8632465c1ace (patch)
tree261f5403a56650a7641e363ac5acdd1994576cb4 /.github
parent0c706923b9109d9f3c9422a2aabff70c08c954ed (diff)
downloadspike-7f93baf4636fd6c80910970fdf4f8632465c1ace.zip
spike-7f93baf4636fd6c80910970fdf4f8632465c1ace.tar.gz
spike-7f93baf4636fd6c80910970fdf4f8632465c1ace.tar.bz2
Fix riscv-tests commit for CI
* https://github.com/riscv-software-src/riscv-tests/pull/567 was merged by squash accidentally, so the reference commit was lost
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/debug-smoke.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/debug-smoke.yml b/.github/workflows/debug-smoke.yml
index 6ecc5fb..7d6cc00 100644
--- a/.github/workflows/debug-smoke.yml
+++ b/.github/workflows/debug-smoke.yml
@@ -47,7 +47,7 @@ jobs:
run: |
git clone --recurse-submodules https://github.com/riscv-software-src/riscv-tests.git
cd riscv-tests
- git checkout 00ab5f0dd4cf56b5a0551bc5adedf60c765d0c66
+ git checkout e06a435c1e545def71e833031356372f0828f165
- name: Run Tests
run: |