Alexey Serbin has uploaded this change for review. (
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
---
M thirdparty/fetch-utils.sh
M thirdparty/vars.sh
2 files changed, 37 insertions(+), 23 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/77/24677/1
--
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: newchange
Gerrit-Change-Id: I3cdf089c62e3d9f1b251605f75947fc98abf9812
Gerrit-Change-Number: 24677
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>