fluent-bit: update to disable YAML support (#7879)

* fluent-bit: disable YAML support

Signed-off-by: Patrick Stephens <pat@calyptia.com>
This commit is contained in:
Pat 2022-06-16 18:34:19 +01:00 committed by GitHub
parent f3a752435d
commit 3ce6a58169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ EXTRA_FLAGS="-DFLB_BINARY=OFF \
-DFLB_EXAMPLES=OFF \
-DFLB_METRICS=ON \
-DFLB_DEBUG=ON \
-DMBEDTLS_FATAL_WARNINGS=OFF"
-DMBEDTLS_FATAL_WARNINGS=OFF \
-DFLB_CONFIG_YAML=OFF"
cmake -DFLB_TESTS_INTERNAL=ON \
-DFLB_TESTS_INTERNAL_FUZZ=ON \