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.
130099: go.mod: bump Pebble to 32cf8823809b r=RaduBerinde a=jbowens Changes: * [`32cf8823`](cockroachdb/pebble@32cf8823) sstable: separate [Index|Data]BlockIterator interfaces and constraints * [`137a1655`](cockroachdb/pebble@137a1655) testdata: use inf in tests * [`c2b6801c`](cockroachdb/pebble@c2b6801c) cache: remove entry.shard field * [`44ea3710`](cockroachdb/pebble@44ea3710) github: add MIPS builds to CI * [`ecdb921a`](cockroachdb/pebble@ecdb921a) cache: improve memory management comment * [`31f60405`](cockroachdb/pebble@31f60405) internal, vfs: support mips builds * [`2801a3ea`](cockroachdb/pebble@2801a3ea) colblk: add KeyCount, UnsafeBoundaryKeys to KeyspanBlockWriter * [`bb1c2c45`](cockroachdb/pebble@bb1c2c45) colblk: add IndexBlockWriter.UnsafeSeparator * [`5a00241f`](cockroachdb/pebble@5a00241f) colblk: condense column header debug formatting * [`d6b21ae1`](cockroachdb/pebble@d6b21ae1) colblk: misc index block tweaks * [`5294f89b`](cockroachdb/pebble@5294f89b) sstable: avoid repetition in sstable parsing error messages Release note: none. Epic: none. Co-authored-by: Jackson Owens <[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 |
---|---|---|
|
@@ -1798,10 +1798,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "165cf99502da132fa932c3238ea64f2c85e17d82f40ce71f6b09cd96244ef82c", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240828192559-983d98b17ece", | ||
sha256 = "c74ef1cfeb721234f1cc8ee9e90506a975341b79c5b23ddf2cc6eddcbe1e5087", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240904144802-32cf8823809b", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240828192559-983d98b17ece.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240904144802-32cf8823809b.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