Skip to content

Commit

Permalink
dockerfiles: centos-7: Disable SIMDUTF module due to gcc-4 series doe…
Browse files Browse the repository at this point in the history
…s not fully support C++11

Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Oct 28, 2024
1 parent 21ba01d commit 19a0a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN cmake3 -DCMAKE_INSTALL_PREFIX=/opt/fluent-bit/ -DCMAKE_INSTALL_SYSCONFDIR=/e
-DFLB_OUT_KAFKA=On \
-DFLB_JEMALLOC=On \
-DFLB_CHUNK_TRACE=On \
-DFLB_OUT_PGSQL=On ../
-DFLB_OUT_PGSQL=On \
-DFLB_UNICODE_ENCODER=Off ../

RUN make -j "$(getconf _NPROCESSORS_ONLN)"

0 comments on commit 19a0a1a

Please sign in to comment.