Skip to content

Commit

Permalink
quiche: fix macOS build (envoyproxy#19408)
Browse files Browse the repository at this point in the history
quiche: patch for macOS build

The patch from envoyproxy#19360 and other similar implicit type cast fixes have now landed upstream in quiche, so this PR bumps quiche to b0fda33 and deletes the local patch as it is no longer needed.

Changes: google/quiche@c8c21d0...b0fda33

Signed-off-by: JP Simard <jp@jpsim.com>
Signed-off-by: Josh Perry <josh.perry@mx.com>
  • Loading branch information
jpsim authored and Josh Perry committed Feb 13, 2022
1 parent 6e512c9 commit b8a3c64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
12 changes: 0 additions & 12 deletions bazel/external/quiche.patch

This file was deleted.

1 change: 0 additions & 1 deletion bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,6 @@ def _com_github_google_quiche():
name = "com_github_google_quiche",
genrule_cmd_file = "@envoy//bazel/external:quiche.genrule_cmd",
build_file = "@envoy//bazel/external:quiche.BUILD",
patches = ["@envoy//bazel/external:quiche.patch"],
)
native.bind(
name = "quiche_common_platform",
Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -843,12 +843,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "QUICHE",
project_desc = "QUICHE (QUIC, HTTP/2, Etc) is Google‘s implementation of QUIC and related protocols",
project_url = "https://github.com/google/quiche",
version = "c8c21d0e94ed555add5e4f410687b17712ff3d21",
sha256 = "8a2eb31ef9893e465f6fb8ac651cfde915b7904131ce14a44ae79c72171ec057",
version = "b0fda3339a7e0c24d8bea7cfb6d9ea306e2686a1",
sha256 = "131738f9df1afdc517f895fb8bd58ce0db40bf0af9bfe4dd244e6d45b00ed66d",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["dataplane_core"],
release_date = "2021-12-22",
release_date = "2022-01-06",
cpe = "N/A",
),
com_googlesource_googleurl = dict(
Expand Down

0 comments on commit b8a3c64

Please sign in to comment.