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 b5aeb01 commit 5bdfd4aCopy full SHA for 5bdfd4a
Makefile
@@ -219,8 +219,7 @@ install_aggregation_mode: ## Install the aggregation mode with proving enabled
219
cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator
220
221
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
222
- @cd aggregation_mode && \
223
- cargo run --release --bin write_program_image_id_vk_hash
+ @cd aggregation_mode && ./scripts/build_programs.sh
224
225
_AGGREGATOR_:
226
0 commit comments