Skip to content

Commit 451d400

Browse files
committed
fix: add gpu to features in install_aggregation_mode
1 parent 84c590c commit 451d400

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
@@ -204,7 +204,7 @@ verify_aggregated_proof_risc0_holesky_stage:
204204
--rpc_url https://ethereum-holesky-rpc.publicnode.com
205205

206206
install_aggregation_mode: ## Install the aggregation mode with proving enabled
207-
cargo install --path aggregation_mode --features prove --bin proof_aggregator
207+
cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator
208208

209209
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
210210
@cd aggregation_mode && \

0 commit comments

Comments
 (0)