vector: add enrichment-tables feature to build

This commit is contained in:
Jordan Doyle 2022-12-03 14:44:31 +00:00 committed by Yt
parent ffa4eb958a
commit 20df93568e

View file

@ -23,7 +23,7 @@
# TODO investigate adding "vrl-cli" and various "vendor-*"
# "disk-buffer" is using leveldb TODO: investigate how useful
# it would be, perhaps only for massive scale?
, features ? ([ "api" "api-client" "sinks" "sources" "transforms" "vrl-cli" ]
, features ? ([ "api" "api-client" "enrichment-tables" "sinks" "sources" "transforms" "vrl-cli" ]
# the second feature flag is passed to the rdkafka dependency
# building on linux fails without this feature flag (both x86_64 and AArch64)
++ lib.optionals enableKafka [ "rdkafka?/gssapi-vendored" ]