Skip to content

Commit 6e4cc40

Browse files
committed
dockerfiles: centos-7: Disable SIMDUTF module due to gcc-4 series does not fully support C++11
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent ac8e71e commit 6e4cc40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/Dockerfile.centos7

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN cmake3 -DCMAKE_INSTALL_PREFIX=/opt/fluent-bit/ -DCMAKE_INSTALL_SYSCONFDIR=/e
2424
-DFLB_OUT_KAFKA=On \
2525
-DFLB_JEMALLOC=On \
2626
-DFLB_CHUNK_TRACE=On \
27-
-DFLB_OUT_PGSQL=On ../
27+
-DFLB_OUT_PGSQL=On \
28+
-DFLB_UNICODE_ENCODER=Off ../
2829

2930
RUN make -j "$(getconf _NPROCESSORS_ONLN)"

0 commit comments

Comments
 (0)