- Go to the
Actions
tab on Github. - Click
Manual Build
on the left hand side bar. - Click
Run workflow
.- Select the branch.
- Enter the CI password(note what you type is in plain text).
- Make sure
all
is selected. - Do not click
Enable debug mode
.
- A build will show up in the
workflow runs
section. - Once that has a green check mark next to it you can click on the
Manual Build
next to it. - At the bottom of that page it shows
Artifacts
.- If you followed step 3 it should be named
branch-refs-heads-feat-proxy_http_fetch-import-arch-all-debug-false
.
- If you followed step 3 it should be named
- Click the download icon next to the artifact name and it will download as a zip file.
- Place those files in the
tallyvm
directory overwriting the files.- Note this does not update the macOS one. To build that one on a macOS machine run
cargo build --release
, and copy the produced.dylib
file to thetallyvm
directory.
- Note this does not update the macOS one. To build that one on a macOS machine run
The file ./integration-test.wasm
is taken from the SEDA-SDK integration tests: https://github.com/sedaprotocol/seda-sdk/tree/main/libs/as-sdk-integration-tests