Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI tests for cherry picks into 6.7.fb #6720

Merged
merged 2 commits into from
Apr 17, 2020
Merged

Commits on Apr 16, 2020

  1. Use an Amazon S3 bucket for downloading deps (facebook#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: facebook#6526
    
    Test Plan: CI
    
    Differential Revision: D20430130
    
    Pulled By: pdillinger
    
    fbshipit-source-id: df52394a65e0a57942db3039bdaade8a4d520cb2
    pdillinger committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    eef6001 View commit details
    Browse the repository at this point in the history
  2. Update RocksJava static version of bzip2 (facebook#6714)

    Summary:
    Updates the version of bzip2 used for RocksJava static builds.
    
    Please, can we also get this cherry-picked to:
    
    1. 6.7.fb
    2. 6.8.fb
    3. 6.9.fb
    Pull Request resolved: facebook#6714
    
    Reviewed By: cheng-chang
    
    Differential Revision: D21067233
    
    Pulled By: pdillinger
    
    fbshipit-source-id: 8164b7eb99c5ca7b2021ab8c371ba9ded4cb4f7e
    adamretter authored and pdillinger committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    f6d4b8a View commit details
    Browse the repository at this point in the history