Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Use debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed May 27, 2021
1 parent 1fefbcb commit 0480e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN curl -L -O https://downloads.apache.org/pulsar/pulsar-${PULSAR_VERSION}/DEB/
dpkg -i apache-pulsar-client-dev.deb
ADD . /src
WORKDIR /release
RUN cmake -DCMAKE_BUILD_TYPE=Release /src && \
RUN cmake -DCMAKE_BUILD_TYPE=Debug /src && \
make -j

FROM deps
Expand Down

0 comments on commit 0480e0e

Please sign in to comment.