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.
Changes: * [`999b65ae`](cockroachdb/pebble@999b65ae) db: grab version ref before delete-only compaction * [`6d160732`](cockroachdb/pebble@6d160732) sstable: remove block transforms * [`9fec6763`](cockroachdb/pebble@9fec6763) clblk: rename more "reader"s to "decoder"s * [`7e4728b5`](cockroachdb/pebble@7e4728b5) colblk: implement transforms for IndexIter * [`bdffe815`](cockroachdb/pebble@bdffe815) lint: stop test when go vet fails (take two) Fixes cockroachdb#132289. Release note: none. Epic: none.
- 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 |
---|---|---|
|
@@ -1848,10 +1848,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "351c91780d5286492dcacf4650c8bb6f22b4025d7b8746398fd59e8cc1c2ce19", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20241009161816-27acbe1d595c", | ||
sha256 = "5eb8f4505cad0dc2c6d03e1cc70481f37ffdeaa6dc8d9ab95f1d3d6a4f9043ae", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20241010181228-999b65aeb052", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20241009161816-27acbe1d595c.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20241010181228-999b65aeb052.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