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