Skip to content

Commit

Permalink
Reduce number of parallel makes to try and get gitlab.com build to fi…
Browse files Browse the repository at this point in the history
…nish
  • Loading branch information
etphipp committed Apr 3, 2023
1 parent 98bd77e commit 5203417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_clang_openmp_image
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ RUN \
mkdir -p /build/genten && \
cd /build/genten && \
/src/genten/scripts/gitlab_clang/do_configure.sh 2>&1 | tee cmake_output.txt && \
make -j8 install 2>&1 | tee make_output.txt
make -j4 install 2>&1 | tee make_output.txt

0 comments on commit 5203417

Please sign in to comment.