Skip to content

Commit

Permalink
build: revert boring patch (#2651)
Browse files Browse the repository at this point in the history
Reverting #470 which is a patch to boringssl
https://boringssl-review.googlesource.com/c/boringssl/+/37804 indicates that this patch was added to avoid a linker error, so given CI passes I assume it can be reverted.

Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: n/a

Part of #23758
Fixes #471

Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: JP Simard <[email protected]>
  • Loading branch information
alyssawilk authored and jpsim committed Nov 28, 2022
1 parent a7cdcf4 commit c7475c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions mobile/bazel/boringssl.patch

This file was deleted.

1 change: 0 additions & 1 deletion mobile/bazel/envoy_mobile_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def upstream_envoy_overrides():
# Remove this once https://boringssl-review.googlesource.com/c/boringssl/+/37804 is in master-with-bazel
http_archive(
name = "boringssl",
patches = ["@envoy_mobile//bazel:boringssl.patch"],
sha256 = "579cb415458e9f3642da0a39a72f79fdfe6dc9c1713b3a823f1e276681b9703e",
strip_prefix = "boringssl-648cbaf033401b7fe7acdce02f275b06a88aab5c",
urls = ["https://github.com/google/boringssl/archive/648cbaf033401b7fe7acdce02f275b06a88aab5c.tar.gz"],
Expand Down

0 comments on commit c7475c3

Please sign in to comment.