]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Use an Amazon S3 bucket for downloading deps (#6526)
authorPeter Dillinger <peterd@fb.com>
Fri, 13 Mar 2020 20:36:45 +0000 (13:36 -0700)
committerPeter Dillinger <peterd@fb.com>
Thu, 16 Apr 2020 23:01:08 +0000 (16:01 -0700)
commitd7b6149563a43d6423aa570a896dab40256cf3cb
tree22a8be30e66488205f7bc9d936be9252b4850d4c
parent6731fef82bc1dae9fcd41bbbfcaa74dd09334137
Use an Amazon S3 bucket for downloading deps (#6526)

Summary:
After we had a lot of failures with maven.org downloads, we
wanted an alternative location for downloading binary dependencies.
Hosting them through github would have been good in terms of
organizational and network dependencies, but that approach seems to be
awkward (fake releases, so would need a 'rocksdb-deps' repo) and
strangely complicated for Facebook policy on open source repositories.

This commit moves the downloads (that are not officially hosted by
others on github) from my personal rocksdb fork to an S3 bucket owned
by the Facebook RocksDB AWS account. Facebook employees can access
this through an internal tool, and we should be able to grant permission
to outside collaborators.

Assuming this works out, I will back-port to older branches to stabilize
their CI testing as well.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6526

Test Plan: CI

Differential Revision: D20430130

Pulled By: pdillinger

fbshipit-source-id: df52394a65e0a57942db3039bdaade8a4d520cb2
.travis.yml
java/CMakeLists.txt
java/Makefile