YAML is mandatory

This commit is contained in:
Alexey Milovidov 2023-08-06 02:52:36 +02:00
parent 292a5de816
commit 32a038cfd7

View File

@ -148,6 +148,7 @@ function clone_submodules
contrib/liburing contrib/liburing
contrib/libfiu contrib/libfiu
contrib/incbin contrib/incbin
contrib/yaml-cpp
) )
git submodule sync git submodule sync
@ -170,6 +171,7 @@ function run_cmake
"-DENABLE_SIMDJSON=1" "-DENABLE_SIMDJSON=1"
"-DENABLE_JEMALLOC=1" "-DENABLE_JEMALLOC=1"
"-DENABLE_LIBURING=1" "-DENABLE_LIBURING=1"
"-DENABLE_YAML_CPP=1"
) )
export CCACHE_DIR="$FASTTEST_WORKSPACE/ccache" export CCACHE_DIR="$FASTTEST_WORKSPACE/ccache"