forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
124825: go.mod: bump Pebble to 200f9cf1e217 r=RaduBerinde a=RaduBerinde Changes: * [`200f9cf1`](cockroachdb/pebble@200f9cf1) overlap: rework ingest LSM overlap check code * [`7cdb5eed`](cockroachdb/pebble@7cdb5eed) compact: use frontier to "expire" the last range del span * [`542915b2`](cockroachdb/pebble@542915b2) ingest: perform LSM overlap checks outside of DB.mu * [`8b278ee8`](cockroachdb/pebble@8b278ee8) metamorphic: bump timeout for Compact/Download/NewSnapshot * [`cd254003`](cockroachdb/pebble@cd254003) fix: add loong64 support Release note: none. Epic: none. Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1673,10 +1673,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "047f8f723471bcabdec8027f5f119aa688661059ac352364a6988962755f327d", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240522034855-cfcd825468b5", | ||
sha256 = "8b6eadf27ed1a164223b6cbf186103571c04769114d93df81bbd7da9266b317f", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240529203325-200f9cf1e217", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240522034855-cfcd825468b5.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240529203325-200f9cf1e217.zip", | ||
], | ||
) | ||
go_repository( | ||
|
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