Skip to content

Commit

Permalink
add EXECUTE_ONLY=false in the run-xxx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
[gavin-ygy] committed Oct 9, 2024
1 parent a3fb5d9 commit 23344cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions host-program/run-local-proving.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions host-program/run-network-proving.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23344cc

Please sign in to comment.