Skip to content

Commit fdddeb4

Browse files
committed
fluent-bit: fix CI/CD tests
Getting segfault because stack size is inadequate. Fixes: #29777 Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com>
1 parent 4741715 commit fdddeb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

admin/fluent-bit/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=fluent-bit
44
PKG_VERSION:=4.2.0
5-
PKG_RELEASE:=2
5+
PKG_RELEASE:=3
66

77
PKG_SOURCE_PROTO:=git
88
PKG_SOURCE_URL:=https://github.com/fluent/fluent-bit.git
@@ -44,6 +44,7 @@ CMAKE_OPTIONS+= \
4444
-DFLB_BACKTRACE=No \
4545
-DFLB_WASM=No \
4646
-DFLB_LUAJIT=No \
47+
-DFLB_CORO_STACK_SIZE=4096 \
4748
-DWITH_SASL=No \
4849
-DWITH_ZLIB=No \
4950
-DWITH_ZSTD=No

0 commit comments

Comments
 (0)