File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,16 @@ RUN yum install -y \
32
32
--slave /usr/local/bin/ctest ctest /usr/bin/ctest3 \
33
33
--slave /usr/local/bin/cpack cpack /usr/bin/cpack3 \
34
34
--slave /usr/local/bin/ccmake ccmake /usr/bin/ccmake3 \
35
- --family cmake \
36
- && wget -O "/tmp/fluent-bit-${FLB_VERSION}.zip" ${FLB_TARBALL} \
37
- && cd /tmp && unzip "fluent-bit-$FLB_VERSION.zip" \
38
- && cd "fluent-bit-$FLB_VERSION" /build/ \
39
- && rm -rf /tmp/fluent-bit-$FLB_VERSION/build/*
35
+ --family cmake # \
36
+ # && wget -O "/tmp/fluent-bit-${FLB_VERSION}.zip" ${FLB_TARBALL} \
37
+ # && cd /tmp && unzip "fluent-bit-$FLB_VERSION.zip" \
38
+ # && cd "fluent-bit-$FLB_VERSION"/build/ \
39
+ # && rm -rf /tmp/fluent-bit-$FLB_VERSION/build/*
40
40
41
+ WORKDIR /tmp/fluent-bit-$FLB_VERSION/
42
+ RUN git clone https://github.com/fluent/fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
41
43
WORKDIR /tmp/fluent-bit-$FLB_VERSION/build/
44
+ RUN git fetch && git checkout aws-patch-1_5_0
42
45
RUN cmake -DFLB_DEBUG=On \
43
46
-DFLB_TRACE=Off \
44
47
-DFLB_JEMALLOC=On \
You can’t perform that action at this time.
0 commit comments