-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
139257: README: update build from source link r=dhartunian a=dhartunian Release note: None 139261: go.mod: bump Pebble to 7c863c9c3bd8 r=RaduBerinde a=jbowens Changes: * [`7c863c9c`](cockroachdb/pebble@7c863c9c) sstable: copy filter block during suffix rewriting * [`94fd2294`](cockroachdb/pebble@94fd2294) sstable: rewrite multiple times in TestRewriteSuffixProps * [`16da0a9d`](cockroachdb/pebble@16da0a9d) objstorage: sometimes mangle MemObj.Write input in invariants builds * [`4d8664cd`](cockroachdb/pebble@4d8664cd) sstable: revert change to binary search calculation Release note: none. Epic: none. 139263: codeowners: add obs-prs to pkg/sql/contention r=kyle-a-wong a=kyle-a-wong Epic: none Release note: none Co-authored-by: David Hartunian <[email protected]> Co-authored-by: Jackson Owens <[email protected]> Co-authored-by: Kyle Wong <[email protected]>
- Loading branch information
Showing
6 changed files
with
9 additions
and
8 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
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 |
---|---|---|
|
@@ -1885,10 +1885,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "f91568043e0c5fa6ef1a79043a48c363c523f831330c6efb9c9db208af845422", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20250114230814-ba0eeec8205a", | ||
sha256 = "ff05caa042f73d59197da6755a894aee92c09364cda3b0f0bd26dd47b7335c00", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20250116205404-7c863c9c3bd8", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20250114230814-ba0eeec8205a.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20250116205404-7c863c9c3bd8.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
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