Skip to content

Commit ed56e91

Browse files
committed
debug rust backtrace
1 parent e4addf4 commit ed56e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ docker_verify_proof_submission_success:
11791179

11801180
docker_proof_aggregator_run_sp1:
11811181
docker exec $(shell docker ps | grep proof-aggregator | awk '{print $$1}') \
1182-
sh -c 'AGGREGATOR=sp1 \
1182+
sh -c 'RUST_BACKTRACE=1 AGGREGATOR=sp1 \
11831183
/aligned_layer/proof_aggregator_cpu /aligned_layer/config-files/config-proof-aggregator-docker.yaml \
11841184
&& echo "{\"last_aggregated_block\":0}" > config-files/proof-aggregator.last_aggregated_block.json'
11851185

0 commit comments

Comments
 (0)