-
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.
127208: DEPS.bzl: update `rules_go` and enable assembly routines for zstd r=rickystewart a=rickystewart There was an issue with one of our patches to `rules_go` that was fixed in cockroachdb/rules_go#21. We pull in that change and additionally remove our patch that disabled the assembly routines. Closes: #105568 Epic: CRDB-17171 Release note: None Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
21 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 |
---|---|---|
|
@@ -2248,10 +2248,6 @@ def go_deps(): | |
name = "com_github_datadog_zstd", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/DataDog/zstd", | ||
patch_args = ["-p1"], | ||
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_datadog_zstd.patch", | ||
], | ||
sha256 = "e4924158bd1abf765a016d2c728fc367b32d20b86a268ef25743ba404c55e097", | ||
strip_prefix = "github.com/DataDog/[email protected]", | ||
urls = [ | ||
|
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 was deleted.
Oops, something went wrong.