mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-03 22:03:10 +00:00
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
TEST_PATH=$1
|
|
|
|
pushd $TEST_PATH
|
|
cargo build --release --target=mips-unknown-linux-musl
|
|
popd |