Skip to content

Commit

Permalink
Adding -DHUNTER_JOBS_NUMBER=4 to container build
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Apr 7, 2021
1 parent 93c53af commit 42165c1
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 @@ -24,7 +24,7 @@ ENV PANDORA_DIR "/pandora/"

COPY . $PANDORA_DIR
WORKDIR ${PANDORA_DIR}/build
RUN cmake -DCMAKE_BUILD_TYPE="$PANDORA_BUILD_TYPE" -j4 .. \
RUN cmake -DCMAKE_BUILD_TYPE="$PANDORA_BUILD_TYPE" -DHUNTER_JOBS_NUMBER=4 .. \
&& make -j4 \
&& ctest -V \
&& apt-get remove -y cmake git \
Expand Down

0 comments on commit 42165c1

Please sign in to comment.