We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be3fae commit 1585cbaCopy full SHA for 1585cba
utils/docker/run-build.sh
@@ -27,11 +27,11 @@ make -j$(nproc) test
27
echo ""
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
+make -j1 pcheck TEST_BUILD=$TEST_BUILD
31
32
echo "## Running make pycheck"
33
34
-make -j2 pycheck
+make -j1 pycheck
35
36
echo "## Running make source"
37
make -j$(nproc) DESTDIR=/tmp source
0 commit comments