diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index d417bff1..1d3c2fbb 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -132,11 +132,13 @@ jobs: rustup target add aarch64-unknown-linux-gnu - name: Build 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 --build-only cd ..