Skip to content

Commit

Permalink
[SYCL] Enable parallel build for check-* targets dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Bader <[email protected]>
  • Loading branch information
bader committed Apr 19, 2019
1 parent a96849c commit 396bc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ if [ -z "${TESTCASE}" ]; then
exit 1
fi

make ${TESTCASE} VERBOSE=1 LIT_ARGS="-v -j `nproc`"
make ${TESTCASE} VERBOSE=1 -j`nproc` LIT_ARGS="-v"

0 comments on commit 396bc07

Please sign in to comment.