diff --git a/host-program/run-local-proving.sh b/host-program/run-local-proving.sh index 0147e76c..27fd4f54 100755 --- a/host-program/run-local-proving.sh +++ b/host-program/run-local-proving.sh @@ -12,6 +12,7 @@ export RUST_LOG=info export SEG_SIZE=262144 export ARGS="711e9609339e92b03ddc0a211827dba421f38f9ed8b9d806e1ffdd8c15ffa03d world!" export ELF_PATH=${BASEDIR}/../guest-program/$program/target/mips-unknown-linux-musl/release/$program +EXECUTE_ONLY=false echo "Compile guest-program ${program}" if [[ "$program" =~ .*go$ ]];then diff --git a/host-program/run-network-proving.sh b/host-program/run-network-proving.sh index d728e924..6181ef05 100755 --- a/host-program/run-network-proving.sh +++ b/host-program/run-network-proving.sh @@ -15,6 +15,7 @@ export RUST_LOG=info export SEG_SIZE=262144 export ARGS="711e9609339e92b03ddc0a211827dba421f38f9ed8b9d806e1ffdd8c15ffa03d world!" export ELF_PATH=${BASEDIR}/../guest-program/$program/target/mips-unknown-linux-musl/release/$program +EXECUTE_ONLY=false echo "Compile guest-program ${program}" if [[ "$program" =~ .*go$ ]];then