Commit 4af2626
committed
fix(bb): unbreak fuzzing/asan/smt/format builds blocking merge-train
These four barretenberg C++ breaks arrived via next (git log
origin/next..HEAD shows 0 train commits touching them) and abort the
full CI build before the e2e suite runs, blocking merge-train #23253:
- common/fuzzer.hpp: add <cstring> for std::memcpy (bb-cpp-fuzzing)
- commitment_schemes_recursion/shplemini.test.cpp: include
flavor/ultra_flavor.hpp for complete bb::UltraFlavor (bb-cpp-asan)
- smt_verification/util/smt_util.cpp: include
stdlib_circuit_builders/ultra_circuit_builder.hpp for the full
UltraCircuitBuilder_ template (bb-cpp-smt)
- api/api_chonk.cpp: clang-format-20 (bb-cpp-format-check)
Folded into the spartan train to unblock it per operator direction.1 parent 7b32aa7 commit 4af2626
4 files changed
Lines changed: 7 additions & 4 deletions
File tree
- barretenberg/cpp/src/barretenberg
- api
- commitment_schemes_recursion
- common
- smt_verification/util
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments