Skip to content

Commit

Permalink
2024-11-12 15:44:11
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Nov 12, 2024
1 parent d810162 commit d80a89c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,13 @@ jobs:
zlib1g-dev
- name: Run test suite
run: |
git clone https://github.com/nervosnetwork/ckb-vm-test-suite
# git clone https://github.com/nervosnetwork/ckb-vm-test-suite
git clone https://github.com/libraries/ckb-vm-test-suite --branch update_binary
ln -snf .. ckb-vm-test-suite/ckb-vm
docker run --rm -v `pwd`:/code nervos/ckb-riscv-gnu-toolchain:bionic-20210804 cp -r /riscv /code/riscv
cd ckb-vm-test-suite
git checkout 86480364649c9cb6ac01674fe51156e7cf50a31a
# git checkout 86480364649c9cb6ac01674fe51156e7cf50a31a
git checkout e15fa76
git submodule update --init --recursive
RISCV=`pwd`/../riscv ./test.sh
Expand Down

0 comments on commit d80a89c

Please sign in to comment.