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 4741715 commit fdddeb4Copy full SHA for fdddeb4
1 file changed
admin/fluent-bit/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
2
3
PKG_NAME:=fluent-bit
4
PKG_VERSION:=4.2.0
5
-PKG_RELEASE:=2
+PKG_RELEASE:=3
6
7
PKG_SOURCE_PROTO:=git
8
PKG_SOURCE_URL:=https://github.com/fluent/fluent-bit.git
@@ -44,6 +44,7 @@ CMAKE_OPTIONS+= \
44
-DFLB_BACKTRACE=No \
45
-DFLB_WASM=No \
46
-DFLB_LUAJIT=No \
47
+ -DFLB_CORO_STACK_SIZE=4096 \
48
-DWITH_SASL=No \
49
-DWITH_ZLIB=No \
50
-DWITH_ZSTD=No
0 commit comments