File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# SPDX-License-Identifier: BSD-3-Clause
3
- # Copyright 2016-2022 , Intel Corporation
3
+ # Copyright 2016-2023 , Intel Corporation
4
4
5
5
#
6
6
# run-build.sh - is called inside a Docker container; prepares the environment
@@ -26,12 +26,12 @@ echo "## Running make test"
26
26
make -j$( nproc) test
27
27
echo " "
28
28
echo " ## Running make pcheck"
29
- # do not change -j2 to -j$(nproc) in case of tests (make check/pycheck)
30
- make -j2 pcheck TEST_BUILD=$TEST_BUILD
29
+ # do not change -j1 to -j$(nproc) in case of tests (make check/pycheck)
30
+ make -j1 pcheck TEST_BUILD=$TEST_BUILD
31
31
echo " "
32
32
echo " ## Running make pycheck"
33
- # do not change -j2 to -j$(nproc) in case of tests (make check/pycheck)
34
- make -j2 pycheck
33
+ # do not change -j1 to -j$(nproc) in case of tests (make check/pycheck)
34
+ make -j1 pycheck
35
35
echo " "
36
36
echo " ## Running make source"
37
37
make -j$( nproc) DESTDIR=/tmp source
You can’t perform that action at this time.
0 commit comments