aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/debug-smoke.yml
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-12-01 17:49:41 -0800
committerGitHub <noreply@github.com>2023-12-01 17:49:41 -0800
commite46586e2b5744c631e4fefede8df9f0108f06b8d (patch)
tree016b1d970feb95c14ae78b3b279c87f35f3ed58d /.github/workflows/debug-smoke.yml
parentd74ab37106c4318c75f1c63df86cec15254c7268 (diff)
parent0d85419fec49a8ddd41adc2c0eb468245da7f0fc (diff)
downloadriscv-isa-sim-e46586e2b5744c631e4fefede8df9f0108f06b8d.zip
riscv-isa-sim-e46586e2b5744c631e4fefede8df9f0108f06b8d.tar.gz
riscv-isa-sim-e46586e2b5744c631e4fefede8df9f0108f06b8d.tar.bz2
Merge pull request #1513 from riscv-software-src/sbbusyerror
Add configurable system bus access delay
Diffstat (limited to '.github/workflows/debug-smoke.yml')
-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 7c24d55..1ae54ab 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 a495dd854ce2e857a583125a31527a47320ec6b9
+ git checkout d4c5d2657074613d429f57f60e939ca151ed4f32
- name: Build OpenOCD
run: |