Skip to content

Commit

Permalink
S. Riette 25 Apr 2024: compile testprogs using 10 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienRietteMTO committed Apr 25, 2024
1 parent 87b1f6e commit 9173882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_commit_testprogs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ if [ $compilation -eq 1 ]; then
echo "### Compilation of commit $commit"

cd $TESTDIR/$name/build/with_fcm/
./make_fcm.sh -c $useexpand --commit $commit --arch $archfile 2>&1 | tee Output_compilation_step2
./make_fcm.sh -c --jobs=10 $useexpand --commit $commit --arch $archfile 2>&1 | tee Output_compilation_step2
fi
fi

Expand Down

0 comments on commit 9173882

Please sign in to comment.