Skip to content

Commit

Permalink
[hotfix] Add docs of how to upload ppc64le artifacts to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
Myasuka authored and fredia committed Jan 20, 2023
1 parent ebed4b1 commit de2ffe6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FROCKSDB-RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ script:

**Make sure to set the `ARTIFACTS_KEY` and `ARTIFACTS_SECRET` environment variables in the Travis Job with valid AWS credentials to access the S3 bucket you defined.**

**Make sure to avoid signatureV4-only S3 regions to store the uploaded artifacts (due to unresolved https://github.com/travis-ci/artifacts/issues/57). You can just choose the S3 bucket of `us-east-1` region for 100% compatibility.**

**Once finished, the`librocksdbjni-linux-ppce64le.so` and `librocksdbjni-linux-ppce64le-musl.so` binaries will be in the S3 bucket. You will need these .so binaries in the final crossbuild.**


Expand Down

0 comments on commit de2ffe6

Please sign in to comment.