Skip to content

Commit

Permalink
Build 1.5.0 release from 'aws-patch-1_5_0' branch to include fix for …
Browse files Browse the repository at this point in the history
…#2355

Signed-off-by: Wesley Pettit <wppttt@amazon.com>
  • Loading branch information
PettitWesley committed Jul 14, 2020
1 parent c70075f commit 1596134
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ RUN yum install -y \
--slave /usr/local/bin/ctest ctest /usr/bin/ctest3 \
--slave /usr/local/bin/cpack cpack /usr/bin/cpack3 \
--slave /usr/local/bin/ccmake ccmake /usr/bin/ccmake3 \
--family cmake \
&& wget -O "/tmp/fluent-bit-${FLB_VERSION}.zip" ${FLB_TARBALL} \
&& cd /tmp && unzip "fluent-bit-$FLB_VERSION.zip" \
&& cd "fluent-bit-$FLB_VERSION"/build/ \
&& rm -rf /tmp/fluent-bit-$FLB_VERSION/build/*
--family cmake #\
# && wget -O "/tmp/fluent-bit-${FLB_VERSION}.zip" ${FLB_TARBALL} \
# && cd /tmp && unzip "fluent-bit-$FLB_VERSION.zip" \
# && cd "fluent-bit-$FLB_VERSION"/build/ \
# && rm -rf /tmp/fluent-bit-$FLB_VERSION/build/*

WORKDIR /tmp/fluent-bit-$FLB_VERSION/
RUN git clone https://github.com/fluent/fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
WORKDIR /tmp/fluent-bit-$FLB_VERSION/build/
RUN git fetch && git checkout aws-patch-1_5_0
RUN cmake -DFLB_DEBUG=On \
-DFLB_TRACE=Off \
-DFLB_JEMALLOC=On \
Expand Down

0 comments on commit 1596134

Please sign in to comment.