Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23459
Change subject: IMPALA-14463: Download aws-sdk-cpp's crt dependency from s3 bucket ...................................................................... IMPALA-14463: Download aws-sdk-cpp's crt dependency from s3 bucket Builds of aws-sdk-cpp have been failing sporadically due to issues downloading the crt dependency from codeload.github.com. This changes the aws-sdk-cpp build to download these artifacts from our s3 bucket instead. To do that, this adds a patch to aws-sdk-cpp so that prefetch_crt_dependency.sh allows specifying an alternate CRT_URI_PREFIX. Then, it sets CRT_URI_PREFIX to point to our s3 bucket in the aws-sdk-cpp build. Testing: - Ran prefetch_crt_dependency.sh locally to verify it is downloading from our s3 bucket - Ran a build Change-Id: I07767f115d83e06bb9e2d8d59e4a320b2db1c95b --- M buildall.sh A source/aws-sdk-cpp/aws-sdk-cpp-1.11.485-patches/0001-Support-using-a-mirror-for-crt-deps.patch M source/aws-sdk-cpp/build.sh 3 files changed, 28 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/59/23459/1 -- To view, visit http://gerrit.cloudera.org:8080/23459 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I07767f115d83e06bb9e2d8d59e4a320b2db1c95b Gerrit-Change-Number: 23459 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
