Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20497 )
Change subject: IMPALA-12436: (Addendum) Fix BUILD_MULTI=true jenkins/build.sh ...................................................................... IMPALA-12436: (Addendum) Fix BUILD_MULTI=true jenkins/build.sh Quotes MULTI assignment. Fixes a bootstrap race when the builder is first created by bootstrapping during creation. Switches from using rm --all-inactive (which incidentally needed --force to avoid a prompt, and would fail to delete the impala-toolchain builder if in use) to delete and recreate the builder when FORCE_REBUILD is set; this is sufficient to clear the cache. Skips deleting the builder at the end in case someone wants to rebuild without FORCE_REBUILD. Change-Id: Idb86f48c4e61cf271693f13cdf16fe1e99065393 Reviewed-on: http://gerrit.cloudera.org:8080/20497 Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Michael Smith <[email protected]> --- M jenkins/build.sh 1 file changed, 12 insertions(+), 10 deletions(-) Approvals: Joe McDonnell: Looks good to me, approved Michael Smith: Verified -- To view, visit http://gerrit.cloudera.org:8080/20497 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Idb86f48c4e61cf271693f13cdf16fe1e99065393 Gerrit-Change-Number: 20497 Gerrit-PatchSet: 9 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
