Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18018 )
Change subject: [build] Introduce an env variable to indicate the thirdparty path ...................................................................... [build] Introduce an env variable to indicate the thirdparty path Kudu thirdparty will cost dozens of minutes to build, now introduce an env variable THIRDPARTY_DIR to indicate the thirdparty path, it can be a well built thirdparty libraries path. With this feature, we can - Share the same thirdparty path by different code paths, these code paths are not needed to build thirdparty libraries repeatly - Build an docker image with thirdparty libraries well built, then we can use this image for building Kudu, CI, and etc. Change-Id: I5e0bdf4faa44322622c48cacadf8e1165eccd38a Reviewed-on: http://gerrit.cloudera.org:8080/18018 Tested-by: Kudu Jenkins Reviewed-by: Attila Bukor <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- M CMakeLists.txt M build-support/ccache-clang/clang M build-support/ccache-clang/clang++ M build-support/clang_tidy_gerrit.py M build-support/iwyu.py M build-support/iwyu/iwyu_tool.py M build-support/jenkins/build-and-test.sh M build-support/kudu_util.py M build-support/lint.sh M build-support/llvm-gcov-wrapper M build-support/mini-cluster/build_mini_cluster_binaries.sh M docs/support/scripts/make_site.sh M src/kudu/clock/CMakeLists.txt M src/kudu/hms/CMakeLists.txt M src/kudu/postgres/CMakeLists.txt M src/kudu/ranger/CMakeLists.txt M src/kudu/scripts/dump_breakpad_symbols.py 17 files changed, 66 insertions(+), 37 deletions(-) Approvals: Kudu Jenkins: Verified Attila Bukor: Looks good to me, but someone else must approve Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/18018 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5e0bdf4faa44322622c48cacadf8e1165eccd38a Gerrit-Change-Number: 18018 Gerrit-PatchSet: 5 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
