Joe McDonnell has posted comments on this change. ( http://gerrit.cloudera.org:8080/23572 )
Change subject: IMPALA-13147: Limit concurrency of link jobs ...................................................................... Patch Set 4: (1 comment) http://gerrit.cloudera.org:8080/#/c/23572/4/buildall.sh File buildall.sh: http://gerrit.cloudera.org:8080/#/c/23572/4/buildall.sh@316 PS4, Line 316: # If cmake_only is set, default to make. Otherwise default to ninja if available : # as it has better concurrency support for linking. : if [[ "${GEN_CMAKE_ONLY}" -eq 1 ]]; then : export MAKE_CMD=make > Yes, the python-check-ub2004 job uses cmake_only and then assumes it can ru This behavior doesn't bother me. We can revisit it later if need-be. One option would be something like IMPALA_DEFAULT_MAKE_CMD that we use for MAKE_CMD up at the top. -- To view, visit http://gerrit.cloudera.org:8080/23572 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I0952dc19ace5c9c42bed0d2ffb61499656c0a2db Gerrit-Change-Number: 23572 Gerrit-PatchSet: 4 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Pranav Lodha <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Comment-Date: Wed, 19 Nov 2025 21:12:22 +0000 Gerrit-HasComments: Yes
