-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Update libs for RocksJava Static build #9304
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@mrambacher has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Is the CI failure related to this change? |
@jay-zhuang Ooof! Yes, it looks like a problem with compiling Snappy on that specific platform, I will have to investigate:
|
401c8ec
to
664ab59
Compare
@adamretter has updated the pull request. You must reimport the pull request before landing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI shows checksum mismatches. Do they need to be updated?
@ajkr It is failing because downloading the artifacts yields HTTP 404 Not Found. It looks like @jay-zhuang updated the CircleCI config to override the URLs for the download of the artifacts. |
I think there's failure even build locally (without using binaries from s3), please take a look:
zstd and sanppy binaries are uploaded. |
@adamretter has updated the pull request. You must reimport the pull request before landing. |
@adamretter has updated the pull request. You must reimport the pull request before landing. |
8e7c9d9
to
7ec16e3
Compare
@adamretter has updated the pull request. You must reimport the pull request before landing. |
I have uploaded the latest versions for these libraries. Can you rerun all the failing tests? Thanks! |
Makefile
Outdated
ZSTD_VER ?= 1.4.9 | ||
ZSTD_SHA256 ?= acf714d98e3db7b876e5b540cbf6dee298f60eb3c0723104f6d3f065cd60d6a8 | ||
ZSTD_VER ?= 1.5.5 | ||
ZSTD_SHA256 ?= 98e9c3d949d1b924e28e01eccb7deed865eefebf25c2f21c702e5cd5b63b85e1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one seems to have been updated to 9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
Snappy still have some build errors. |
@adamretter has updated the pull request. You must reimport the pull request before landing. |
Looks like snappy 1.1.9 has some compilation errors too. |
a4e95ec
to
14f8cb2
Compare
@adamretter has updated the pull request. You must reimport the pull request before landing. |
@jowlyzhang Hmm... for the time being I have removed the Snappy updates from this PR. |
@adamretter has updated the pull request. You must reimport the pull request before landing. |
14f8cb2
to
12bc252
Compare
@adamretter has updated the pull request. You must reimport the pull request before landing. |
@cbi42 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@adamretter has updated the pull request. You must reimport the pull request before landing. |
@cbi42 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cbi42 I am not seeing it also in the 8.7.fb branch yet? |
Summary: Updates ZStd and Snappy to the latest versions. Pull Request resolved: #9304 Reviewed By: ajkr Differential Revision: D33176708 Pulled By: cbi42 fbshipit-source-id: eb50db50557c433e19fcc7c2874329d1d6cba93f
Yeah sorry, I just pushed it to 8.7.fb. |
Summary: Updates ZStd and Snappy to the latest versions. Pull Request resolved: #9304 Reviewed By: ajkr Differential Revision: D33176708 Pulled By: cbi42 fbshipit-source-id: eb50db50557c433e19fcc7c2874329d1d6cba93f
Summary: Somehow we had the wrong checksum when validating the ZStd 1.5.5 download for RocksJava in the previous Pull Request - #9304. This PR fixes that. Pull Request resolved: #12005 Reviewed By: jaykorean Differential Revision: D50840338 Pulled By: cbi42 fbshipit-source-id: 8a92779d3bef013d812eecb89aaaf33fc73991ec
Summary: Somehow we had the wrong checksum when validating the ZStd 1.5.5 download for RocksJava in the previous Pull Request - #9304. This PR fixes that. Pull Request resolved: #12005 Reviewed By: jaykorean Differential Revision: D50840338 Pulled By: cbi42 fbshipit-source-id: 8a92779d3bef013d812eecb89aaaf33fc73991ec
Summary: Somehow we had the wrong checksum when validating the ZStd 1.5.5 download for RocksJava in the previous Pull Request - #9304. This PR fixes that. Pull Request resolved: #12005 Reviewed By: jaykorean Differential Revision: D50840338 Pulled By: cbi42 fbshipit-source-id: 8a92779d3bef013d812eecb89aaaf33fc73991ec
Updates ZStd and Snappy to the latest versions.