Skip to content
Snippets Groups Projects
Commit f5c0f2a4 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

Don't mess around with DUNECI_PARALLEL

parent 1472aab5
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,8 @@ variables: ...@@ -3,12 +3,8 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
before_script: before_script:
- echo "Running make concurrently with $(nproc) cores, where possibly" - echo "Running make concurrently with ${DUNECI_PARALLEL} cores, where possibly"
- patches/apply_patches.sh - patches/apply_patches.sh
# detect number of processors, but make sure never to run with -j"", as the
# build host would likely run out of memory
- ": ${DUNECI_PARALLEL:=$(nproc || echo 1)}"
- export DUNECI_PARALLEL
git--gcc: git--gcc:
image: registry.dune-project.org/joe/dune-perftool-ci/perftool-base:git image: registry.dune-project.org/joe/dune-perftool-ci/perftool-base:git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment