Skip to content

Commit 396bc07

Browse files
committed
[SYCL] Enable parallel build for check-* targets dependencies.
Signed-off-by: Alexey Bader <alexey.bader@intel.com>
1 parent a96849c commit 396bc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ if [ -z "${TESTCASE}" ]; then
3333
exit 1
3434
fi
3535

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

0 commit comments

Comments
 (0)