Skip to content

Commit

Permalink
[jenkins] Build argument -DBuild_Deps=Always no longer needed, is now…
Browse files Browse the repository at this point in the history
… the default
  • Loading branch information
Wentzell committed Jan 20, 2022
1 parent 4b6cc21 commit 60b27ad
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 @@ -11,6 +11,6 @@ RUN chown build .
USER build
ARG BUILD_ID
ARG CMAKE_ARGS
RUN cmake $SRC/$APPNAME -DTRIQS_ROOT=${INSTALL} -DBuild_Deps=Always $CMAKE_ARGS && make -j4 || make -j1 VERBOSE=1
RUN cmake $SRC/$APPNAME -DTRIQS_ROOT=${INSTALL} $CMAKE_ARGS && make -j4 || make -j1 VERBOSE=1
USER root
RUN make install

0 comments on commit 60b27ad

Please sign in to comment.