We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf6342 commit ad36f8cCopy full SHA for ad36f8c
Makefile
@@ -207,7 +207,8 @@ install_aggregation_mode: ## Install the aggregation mode with proving enabled
207
cargo install --path aggregation_mode --features prove --bin proof_aggregator
208
209
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
210
- cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --bin write_program_image_id_vk_hash
+ @cd aggregation_mode && \
211
+ cargo run --release --bin write_program_image_id_vk_hash
212
213
_AGGREGATOR_:
214
0 commit comments