Skip to content

Commit

Permalink
fix stdout redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Nov 27, 2024
1 parent f4524e2 commit 2e327e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/l2/prover/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ rsp_comparison: $(ETHREX_L2_BIN) $(RSP_BIN)
--chain-id 1 \
--block-number 21272632 \
--cache-dir $(RSP_CACHE) \
> /dev/null 2>&1
>/dev/null 2>/dev/null
@echo ""
@echo "ethrex_l2 times (L2 block, 25 MGas):"
@RISC0_DEV_MODE=false time $(ETHREX_L2_BIN) prove \
--genesis $(GENESIS_FILE) \
--chain $(CHAIN_FILE) \
--block-number 2 \
> /dev/null 2>&1
>/dev/null 2>/dev/null

$(ETHREX_L2_BIN):
CARGO_TARGET_DIR=target cargo build -r --manifest-path $(ROOT_DIRECTORY)/Cargo.toml --bin ethrex_l2 --features "build_zkvm,gpu,disable-dev-mode"
Expand Down

0 comments on commit 2e327e4

Please sign in to comment.