Alexey Serbin has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/24677 )
Change subject: KUDU-3788 fix working with zip source archives
......................................................................
KUDU-3788 fix working with zip source archives
* use <component>_ARCHIVE variables instead of assuming the source
archive is always .tar.gz (so, now building rapidjson from source
is fixed after updates introduced with [1])
* use a robust incantation to call curl for fetching source archives,
so it no longer reports success if server returns non-success HTTP
codes (e.g., HTTP 404)
* reformat in the section of LLVM-related variables in vars.sh
* introduce necessary variables for libcxx and libcxxabi in vars.sh to
fix building libcxx and libcxxabi after updates introduced with [1]
This is a follow-up to [1].
[1] http://gerrit.cloudera.org:8080/24673 (git hash 1d9153c24)
Change-Id: I3cdf089c62e3d9f1b251605f75947fc98abf9812
Reviewed-on: http://gerrit.cloudera.org:8080/24677
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Abhishek Chennaka <[email protected]>
---
M thirdparty/fetch-utils.sh
M thirdparty/vars.sh
2 files changed, 37 insertions(+), 23 deletions(-)
Approvals:
Alexey Serbin: Verified
Abhishek Chennaka: Looks good to me, approved
--
To view, visit http://gerrit.cloudera.org:8080/24677
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3cdf089c62e3d9f1b251605f75947fc98abf9812
Gerrit-Change-Number: 24677
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Ashwani Raina <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)