Skip to content
Snippets Groups Projects
Commit 0a92b5d5 authored by René Paris's avatar René Paris
Browse files

Fix build jobs to 2

parent 467db321
No related branches found
No related tags found
2 merge requests!139Draft: Feature/v1_2_with_jenkins,!94Intergration into Eclipse CI
Pipeline #18201 passed
......@@ -17,12 +17,4 @@
MYDIR="$(dirname "$(readlink -f $0)")"
cd "$MYDIR/../../../../build" || exit 1
if hash nproc 2>/dev/null; then
# calculation is kept for reference
MAKE_JOB_COUNT=$(($(nproc)/1))
else
# fallback, if nproc doesn't exist
MAKE_JOB_COUNT=2
fi
make -j$MAKE_JOB_COUNT install
\ No newline at end of file
make -j2 install
\ No newline at end of file
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