From e4656c27172b8eb243ef79bd72c97f2728c87f86 Mon Sep 17 00:00:00 2001 From: liaogang Date: Sat, 6 May 2017 17:20:14 +0800 Subject: [PATCH] using one thread to dump sequential output --- paddle/scripts/docker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/docker/build.sh b/paddle/scripts/docker/build.sh index bc8eef4ea8..2850e24b3a 100644 --- a/paddle/scripts/docker/build.sh +++ b/paddle/scripts/docker/build.sh @@ -34,7 +34,7 @@ cmake .. \ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON make -j `nproc` if [ ${WITH_TESTING:-OFF} == "ON" ] && [ ${RUN_TEST:-OFF} == "ON" ] ; then - ctest -V -j `nproc` + ctest -V fi make install pip install /usr/local/opt/paddle/share/wheels/*.whl -- GitLab