From 821b2121701d46e3eb050138e7cabc6a59c91766 Mon Sep 17 00:00:00 2001 From: Jonathan Hao Date: Tue, 1 Jul 2025 14:33:09 +0000 Subject: [PATCH] fix: build bb for bench_ivc script --- barretenberg/cpp/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/barretenberg/cpp/bootstrap.sh b/barretenberg/cpp/bootstrap.sh index c556a5541dd2..1db0a0acaad5 100755 --- a/barretenberg/cpp/bootstrap.sh +++ b/barretenberg/cpp/bootstrap.sh @@ -296,8 +296,8 @@ case "$cmd" in # Build both native and wasm benchmark binaries parallel --line-buffered --tag -v denoise ::: \ - "build_preset $native_preset --target bb_cli_bench" \ - "build_preset wasm-threads --target bb_cli_bench" + "build_preset $native_preset --target bb_cli_bench --target bb" \ + "build_preset wasm-threads --target bb_cli_bench --target bb" # Download cached flow inputs from the specified commit export AZTEC_CACHE_COMMIT=$commit_hash