Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflow: Update riscv-openocd and riscv-tests versions #1483

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/debug-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down
Loading