From 5c8360c96b3e55d4abe5ae94a623a5d2eb48abe6 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Thu, 18 Apr 2019 19:32:15 +0300 Subject: [PATCH] [SYCL] Enable parallel build for check-* targets dependencies. Signed-off-by: Alexey Bader --- buildbot/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/check.sh b/buildbot/check.sh index 55d3057b4e39a..49510dfdbcde0 100755 --- a/buildbot/check.sh +++ b/buildbot/check.sh @@ -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"