aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-10-17 15:50:22 -0700
committerGitHub <noreply@github.com>2023-10-17 15:50:22 -0700
commit36b21070c5b25ac383ec8054bef9a8929aa4ec01 (patch)
tree91a82efb8976a51d9909b17a87c996d854c221dd
parent6986742686d19471436f787d2b0aa55f09457fbc (diff)
parent68d4f6faff508f7f7975a6221133f9b41681332e (diff)
downloadriscv-isa-sim-36b21070c5b25ac383ec8054bef9a8929aa4ec01.zip
riscv-isa-sim-36b21070c5b25ac383ec8054bef9a8929aa4ec01.tar.gz
riscv-isa-sim-36b21070c5b25ac383ec8054bef9a8929aa4ec01.tar.bz2
Merge pull request #1483 from riscv-software-src/debug_tests
workflow: Update riscv-openocd and riscv-tests versions
-rw-r--r--.github/workflows/debug-smoke.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/debug-smoke.yml b/.github/workflows/debug-smoke.yml
index d320b19..a1d9f4f 100644
--- a/.github/workflows/debug-smoke.yml
+++ b/.github/workflows/debug-smoke.yml
@@ -25,7 +25,7 @@ jobs:
run: |
git clone --recurse-submodules https://github.com/riscv/riscv-openocd.git
cd riscv-openocd
- git checkout 43ea20dfbb6c815004a51106a3b2009d7f6c4940
+ git checkout a495dd854ce2e857a583125a31527a47320ec6b9
- name: Build OpenOCD
run: |
@@ -47,7 +47,7 @@ jobs:
run: |
git clone --recurse-submodules https://github.com/riscv-software-src/riscv-tests.git
cd riscv-tests
- git checkout c84daca8824635b7d896003c78f9c6245997cf7a
+ git checkout d020e2069a9f6a9c0e875f23f0f4aababea9fbf0
- name: Run Tests
run: |