-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
108480: go.mod: bump Pebble to 58a05cd4082c r=RaduBerinde a=itsbilal 58a05cd4 ingest: add ability to ingest external (not local or shared) files 49821f58 db: use ordinary ingestion seqnums for shared sstables fd0cd8db workflows: fix trim-prefix in code-cover-gen.yaml 71f4d6c6 workflows: fix trim-prefix in code-cover-gen.yaml c055f188 github: code coverage workflows Release note: None. Epic: none Co-authored-by: Bilal Akhtar <[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 |
---|---|---|
|
@@ -1595,10 +1595,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "0866be1de9e4ba30d2b03d1300ca796e88260e620671ab6099850dd576e074a8", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230808154433-fffe02a195e3", | ||
sha256 = "e8b3aac1060cd50b6339104fb50df94fc0442b8424883668f8badb488e769091", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230809191252-58a05cd4082c", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230808154433-fffe02a195e3.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230809191252-58a05cd4082c.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