]> git.99rst.org Git - openwrt-packages.git/commitdiff
fluent-bit: fix CI/CD tests
authorPhilip A. Prindeville <redacted>
Sun, 5 Jul 2026 18:48:01 +0000 (12:48 -0600)
committerPhilip Prindeville <redacted>
Mon, 6 Jul 2026 04:45:59 +0000 (22:45 -0600)
Getting segfault because stack size is inadequate.

Fixes: https://github.com/openwrt/packages/issues/29777
Signed-off-by: Philip A. Prindeville <redacted>
admin/fluent-bit/Makefile

index 7bb7b47798b78dfcf0364e5b791f7113a99893a3..50b922143fc31d8de5582fe853d006643f0065fd 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=fluent-bit
 PKG_VERSION:=4.2.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/fluent/fluent-bit.git
@@ -44,6 +44,7 @@ CMAKE_OPTIONS+= \
        -DFLB_BACKTRACE=No \
        -DFLB_WASM=No \
        -DFLB_LUAJIT=No \
+       -DFLB_CORO_STACK_SIZE=4096 \
        -DWITH_SASL=No \
        -DWITH_ZLIB=No \
        -DWITH_ZSTD=No
git clone https://git.99rst.org/PROJECT