-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Embed patched recipe for RocksDB 6.29.5 #4947
Merged
+354
−45
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
1c59d3d
Add recipe with patches for RocksDB 6.29.5
thejohnfreeman c820a54
Teach consumers how to build RocksDB
thejohnfreeman e0d10ee
Build RocksDB in CI
thejohnfreeman d374f64
Try to fix RocksDB patch
thejohnfreeman dbeb557
Try again
thejohnfreeman 6de272e
Enable revisions in Conan
thejohnfreeman 2f10447
Rethink dependencies action
thejohnfreeman 5630fd5
Pass secrets to composite action
thejohnfreeman 9bb9d8f
Try again to pass secrets to composite action
thejohnfreeman e94e417
Forgot action parameter
thejohnfreeman 8252648
Do not add duplicate remote on macOS
thejohnfreeman a059548
Merge branch 'xrplf/develop' into rocksdb
thejohnfreeman 58eafe1
Forgot an action parameter
thejohnfreeman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
sources: | ||
"6.29.5": | ||
url: "https://github.com/facebook/rocksdb/archive/refs/tags/v6.29.5.tar.gz" | ||
sha256: "ddbf84791f0980c0bbce3902feb93a2c7006f6f53bfd798926143e31d4d756f0" | ||
"6.27.3": | ||
url: "https://github.com/facebook/rocksdb/archive/refs/tags/v6.27.3.tar.gz" | ||
sha256: "ee29901749b9132692b26f0a6c1d693f47d1a9ed8e3771e60556afe80282bf58" | ||
"6.20.3": | ||
url: "https://github.com/facebook/rocksdb/archive/refs/tags/v6.20.3.tar.gz" | ||
sha256: "c6502c7aae641b7e20fafa6c2b92273d935d2b7b2707135ebd9a67b092169dca" | ||
"8.8.1": | ||
url: "https://github.com/facebook/rocksdb/archive/refs/tags/v8.8.1.tar.gz" | ||
sha256: "056c7e21ad8ae36b026ac3b94b9d6e0fcc60e1d937fc80330921e4181be5c36e" | ||
patches: | ||
"6.29.5": | ||
- patch_file: "patches/6.29.5-0001-add-include-cstdint-for-gcc-13.patch" | ||
patch_description: "Fix build with gcc 13 by including cstdint" | ||
patch_type: "portability" | ||
patch_source: "https://github.com/facebook/rocksdb/pull/11118" | ||
- patch_file: "patches/6.29.5-0002-exclude-thirdparty.patch" | ||
patch_description: "Do not include thirdparty.inc" | ||
patch_type: "portability" | ||
"6.27.3": | ||
- patch_file: "patches/6.27.3-0001-add-include-cstdint-for-gcc-13.patch" | ||
patch_description: "Fix build with gcc 13 by including cstdint" | ||
patch_type: "portability" | ||
patch_source: "https://github.com/facebook/rocksdb/pull/11118" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Are we forced to use a custom recipe again? If @Bronek had a branch that updates to a newer version without a custom recipe then that might be preferable, wdyt?
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.
I'd rather fix 6.29.5 before updating to 8+. It's easier to backport this recipe than the set of code changes that might require.
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.
I agree with @thejohnfreeman - that branch with upgrade to 8.8.1 is not yet ready, and when I think it is ready it might still cause fair amount of hassle (e.g. performance tests) and uncertainty, meaning it would be some time before we can use it.