Skip to content

Commit

Permalink
centos8: disable SQL processor to resolve build failures
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Mar 20, 2024
1 parent 9346a9f commit 137020c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packaging/distros/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ RUN yum -y update && \

ARG FLB_OUT_PGSQL=On
ENV FLB_OUT_PGSQL=$FLB_OUT_PGSQL
ARG FLB_PROCESSOR_SQL=On
# Fails on CentOS 8: https://github.com/fluent/fluent-bit/issues/8606
ARG FLB_PROCESSOR_SQL=Off
ENV FLB_PROCESSOR_SQL=$FLB_PROCESSOR_SQL

# centos/8.arm64v8 base image
Expand All @@ -103,7 +104,8 @@ RUN yum -y update && \

ARG FLB_OUT_PGSQL=On
ENV FLB_OUT_PGSQL=$FLB_OUT_PGSQL
ARG FLB_PROCESSOR_SQL=On
# Fails on CentOS 8: https://github.com/fluent/fluent-bit/issues/8606
ARG FLB_PROCESSOR_SQL=Off
ENV FLB_PROCESSOR_SQL=$FLB_PROCESSOR_SQL

# Need larger page size
Expand Down

0 comments on commit 137020c

Please sign in to comment.