Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23773
Change subject: PROTOTYPE: Use split debug info for test jobs ...................................................................... PROTOTYPE: Use split debug info for test jobs This reduces the memory usage for linking C++ binaries, as debug information doesn't need to be included in each binary. This is typically a problem when linking all of the backend tests. This only touches bin/jenkins/all-tests.sh, because other scripts don't build the backend tests (or use shared libraries). The exception is build-all-flag-combinations.sh, but that already uses IMPALA_MINIMAL_DEBUG_INFO=true. Change-Id: Idfa5af02ef809cf0e9b6d0e994ccfbbe127ff4eb --- M bin/jenkins/all-tests.sh 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/73/23773/1 -- To view, visit http://gerrit.cloudera.org:8080/23773 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Idfa5af02ef809cf0e9b6d0e994ccfbbe127ff4eb Gerrit-Change-Number: 23773 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
