Skip to content

Commit

Permalink
workflows: add cmake debug
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Jan 27, 2025
1 parent 9b93d41 commit dd80de5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ WORKDIR /src/fluent-bit/build/

ARG WAMR_BUILD_TARGET

RUN cmake -v -DFLB_RELEASE=On \
RUN cmake -DFLB_RELEASE=On \
-DFLB_JEMALLOC=On \
-DFLB_TLS=On \
-DFLB_SHARED_LIB=Off \
Expand All @@ -85,6 +85,9 @@ RUN cmake -v -DFLB_RELEASE=On \
-DWAMR_BUILD_TARGET="${WAMR_BUILD_TARGET}" \
..

ARG CFLAGS="-v"
ENV CFLAGS=${CFLAGS}

RUN make -j "$(getconf _NPROCESSORS_ONLN)"
RUN install bin/fluent-bit /fluent-bit/bin/

Expand Down

0 comments on commit dd80de5

Please sign in to comment.