diff --git a/barretenberg/Earthfile b/barretenberg/Earthfile index a7a6b6b12d70..a8b6c1ad2a4f 100644 --- a/barretenberg/Earthfile +++ b/barretenberg/Earthfile @@ -85,7 +85,7 @@ barretenberg-acir-tests-sol-honk: ENV VERBOSE=1 RUN (cd sol-test && yarn) - RUN PARALLEL=1 FLOW=honk_sol ./run_acir_tests.sh assert_statement 1_mul slices + RUN PARALLEL=1 FLOW=honk_sol ./run_acir_tests.sh assert_statement 1_mul slices verify_honk_proof barretenberg-acir-tests-bb.js: # Playwright not supported on base image ubuntu:noble, results in unmet dependencies diff --git a/barretenberg/cpp/src/barretenberg/bb/main.cpp b/barretenberg/cpp/src/barretenberg/bb/main.cpp index b2af40cc839a..8475743aef06 100644 --- a/barretenberg/cpp/src/barretenberg/bb/main.cpp +++ b/barretenberg/cpp/src/barretenberg/bb/main.cpp @@ -1038,7 +1038,7 @@ UltraProver_ compute_valid_prover(const std::string& bytecodePath, const using Prover = UltraProver_; bool honk_recursion = false; - if constexpr (IsAnyOf) { + if constexpr (IsAnyOf) { honk_recursion = true; } auto constraint_system = get_constraint_system(bytecodePath, honk_recursion);