Skip to content

Commit 644bad1

Browse files
authored
Merge pull request #13601 from JiabinYang/fix/mac_ci_0926
Cherry-pick from develop
2 parents 4235979 + 2be94b4 commit 644bad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ function run_mac_test() {
381381
EOF
382382

383383
# TODO: jiabin need to refine this part when these tests fixed on mac
384-
ctest --output-on-failure -j8
384+
ctest --output-on-failure -j $1
385385
# make install should also be test when unittest
386386
make install -j 8
387387
pip install /usr/local/opt/paddle/share/wheels/*.whl
@@ -729,7 +729,7 @@ function main() {
729729
maccheck)
730730
cmake_gen ${PYTHON_ABI:-""}
731731
build_mac
732-
run_mac_test
732+
run_mac_test ${PROC_RUN:-1}
733733
;;
734734
cicheck_py35)
735735
cmake_gen ${PYTHON_ABI:-""}

0 commit comments

Comments
 (0)