Skip to content

Commit 6b467b8

Browse files
committed
fix: drop aztec-wsdb from bb cross-build preset targets
wsdb moved to native-packages, so aztec-wsdb is no longer a barretenberg target. The amd64/arm64 linux/macos build presets still listed it, so the cross builds (only run under the full CI profile) failed with 'ninja: error: unknown target aztec-wsdb'.
1 parent 0c8c895 commit 6b467b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

barretenberg/cpp/CMakePresets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -801,25 +801,25 @@
801801
"name": "amd64-linux",
802802
"configurePreset": "amd64-linux",
803803
"inheritConfigureEnvironment": true,
804-
"targets": ["bb", "nodejs_module", "bb-external", "aztec-wsdb", "bb-avm-sim"]
804+
"targets": ["bb", "nodejs_module", "bb-external", "bb-avm-sim"]
805805
},
806806
{
807807
"name": "arm64-linux",
808808
"configurePreset": "arm64-linux",
809809
"inheritConfigureEnvironment": true,
810-
"targets": ["bb", "nodejs_module", "bb-external", "aztec-wsdb", "bb-avm-sim"]
810+
"targets": ["bb", "nodejs_module", "bb-external", "bb-avm-sim"]
811811
},
812812
{
813813
"name": "amd64-macos",
814814
"configurePreset": "amd64-macos",
815815
"inheritConfigureEnvironment": true,
816-
"targets": ["bb", "nodejs_module", "bb-external", "aztec-wsdb", "bb-avm-sim"]
816+
"targets": ["bb", "nodejs_module", "bb-external", "bb-avm-sim"]
817817
},
818818
{
819819
"name": "arm64-macos",
820820
"configurePreset": "arm64-macos",
821821
"inheritConfigureEnvironment": true,
822-
"targets": ["bb", "nodejs_module", "bb-external", "aztec-wsdb", "bb-avm-sim"]
822+
"targets": ["bb", "nodejs_module", "bb-external", "bb-avm-sim"]
823823
},
824824
{
825825
"name": "amd64-windows",

0 commit comments

Comments
 (0)