diff --git a/fluent-bit-4.2.yaml b/fluent-bit-4.2.yaml index 0dd573fad8d..a53f24b329a 100644 --- a/fluent-bit-4.2.yaml +++ b/fluent-bit-4.2.yaml @@ -1,7 +1,7 @@ package: name: fluent-bit-4.2 version: "4.2.2" - epoch: 1 + epoch: 2 description: Fast and Lightweight Log processor and forwarder resources: cpu: 40 @@ -26,6 +26,10 @@ environment: - flex - gcc-14-default - glibc + - jemalloc-dev + - librdkafka-dev + - luajit-dev + - msgpack-c-dev - openssl-dev - postgresql-dev - systemd-dev @@ -52,6 +56,7 @@ pipeline: cmake -DFLB_RELEASE=On \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ + -DFLB_PREFER_SYSTEM_LIBS=On \ -DFLB_JEMALLOC=On \ -DFLB_TLS=On \ -DFLB_EXAMPLES=Off \