Skip to content

Commit

Permalink
add required env
Browse files Browse the repository at this point in the history
Signed-off-by: noelwei <fan@scroll.io>
  • Loading branch information
noel2004 committed Nov 21, 2024
1 parent e6c3c23 commit a8df33e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ RUST_MIN_STACK ?= 16777216
export RUST_MIN_STACK
RUST_BACKTRACE=1
export RUST_BACKTRACE
VERIFY_VK=false
export VERIFY_VK
SHARD_SIZE ?= 524288
export SHARD_SIZE

help: ## Display this help screen
@grep -h \
Expand Down
2 changes: 2 additions & 0 deletions integration/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export OPT_MEM=true
export RUST_MIN_STACK=100000000
export PARAM_SEED=bb4b94a1bbef58c4b5fcda6c900629b5



function goerli() {
TRACE_DIR="0327-correct-deletion"
d="617365.json"
Expand Down

0 comments on commit a8df33e

Please sign in to comment.