Loading ci/scripts/build.sh +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ if [[ ${RUN_CPPLINT} == "ON" ]]; then fi # compile and build make -j8 || exit 1 make -j6 || exit 1 if [[ ${PRIVILEGES} == "ON" ]];then sudo make install || exit 1 Loading Loading
ci/scripts/build.sh +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ if [[ ${RUN_CPPLINT} == "ON" ]]; then fi # compile and build make -j8 || exit 1 make -j6 || exit 1 if [[ ${PRIVILEGES} == "ON" ]];then sudo make install || exit 1 Loading