Skip to content

Commit 5bdfd4a

Browse files
committed
chore: agg_mode_write_program_ids run build_programs script
1 parent b5aeb01 commit 5bdfd4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ install_aggregation_mode: ## Install the aggregation mode with proving enabled
219219
cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator
220220

221221
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
222+
@cd aggregation_mode && ./scripts/build_programs.sh
224223

225224
_AGGREGATOR_:
226225

0 commit comments

Comments
 (0)