From ba8049e7640745768e680ddd1e959f991a5bd94b Mon Sep 17 00:00:00 2001 From: Jonathan Hao Date: Wed, 18 Feb 2026 15:53:53 +0000 Subject: [PATCH] chore: add build_bench to ci-barretenberg-full Build benchmark binaries in ci-barretenberg-full so that compilation failures in bench targets are caught early, rather than only surfacing later during full CI bench runs. --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 161c5ec6fe9c..21f339dc68b0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -758,6 +758,7 @@ case "$cmd" in pull_submodules noir/bootstrap.sh build_native # Build nargo for acir_tests barretenberg/bootstrap.sh ci + barretenberg/cpp/bootstrap.sh build_bench ;; #######################