Skip to content

Commit 2b9bec0

Browse files
committed
build
1 parent 8727b95 commit 2b9bec0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ export RUST_BACKTRACE
77
RUST_LOG ?= off,scroll_zkvm_integration=debug,scroll_zkvm_verifier=debug,scroll_zkvm_prover=debug,openvm_circuit=debug
88
export RUST_LOG
99

10+
OPENVM_RUST_TOOLCHAIN ?= nightly-2025-08-08
11+
export OPENVM_RUST_TOOLCHAIN
12+
1013
TESTDATA_PATH := crates/integration/testdata/phase2
1114
CHUNK_PROOF := 1-4
1215

@@ -33,7 +36,7 @@ build-guest:
3336
sh build-guest.sh
3437

3538
build-guest-local:
36-
bash build-guest-actions-entrypoint.sh
39+
cargo run --release -p scroll-zkvm-build-guest
3740

3841
clean-build-guest: clean-guest build-guest
3942

scripts/build-and-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
set -euxo pipefail
2-
make build-guest 2>&1 | tee build.log
2+
make build-guest-local 2>&1 | tee build.log
33
make test-e2e-bundle 2>&1 | tee e2e.log

0 commit comments

Comments
 (0)