We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc224e commit 2a5af7aCopy full SHA for 2a5af7a
barretenberg/cpp/src/CMakeLists.txt
@@ -113,7 +113,8 @@ add_subdirectory(barretenberg/wasi)
113
add_subdirectory(barretenberg/world_state)
114
add_subdirectory(barretenberg/lmdblib)
115
116
-if(AVM)
+# NOTE: Do not conditionally base this on the AVM flag as it defines a necessary vm2_sim library.
117
+if(NOT WASM)
118
add_subdirectory(barretenberg/vm2)
119
if(FUZZING)
120
add_subdirectory(barretenberg/avm_fuzzer)
bootstrap.sh
@@ -481,6 +481,7 @@ case "$cmd" in
481
"ci-barretenberg")
482
export CI=1
483
export USE_TEST_CACHE=1
484
+ export AVM=0
485
export AVM_TRANSPILER=0
486
barretenberg/cpp/bootstrap.sh ci
487
;;
0 commit comments