Skip to content

Commit

Permalink
updates to latest boringssl which eliminates need for werror modifica…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
anathan committed Jun 11, 2023
1 parent 7ddcfa4 commit 276d084
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 40 deletions.
9 changes: 1 addition & 8 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ def dependencies():
maybe(
git_repository,
name = "boringssl",
commit = "87f3087d6343b89142d1191388a5885d74459df2",
# Patch out -Werror to avoid error on GCC 11. The new warning that is
# triggering an error is a conversion between `const uint8_t s[32]` and
# `const uint8_t *s` in curve25519.c (-Werror=array-parameter=).
patch_args = ["-p1"],
patches = ["boringssl.patch"],
# 2020/4/7
commit = "5cc6bd5367d1046af217f56bf7266008e93029b2",
remote = "https://boringssl.googlesource.com/boringssl",
shallow_since = "1586306564 +0000",
)
9 changes: 1 addition & 8 deletions c/bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ def dependencies():
maybe(
git_repository,
name = "boringssl",
commit = "87f3087d6343b89142d1191388a5885d74459df2",
# Patch out -Werror to avoid error on GCC 11. The new warning that is
# triggering an error is a conversion between `const uint8_t s[32]` and
# `const uint8_t *s` in curve25519.c (-Werror=array-parameter=).
patch_args = ["-p1"],
patches = ["boringssl.patch"],
# 2020/4/7
commit = "5cc6bd5367d1046af217f56bf7266008e93029b2",
remote = "https://boringssl.googlesource.com/boringssl",
shallow_since = "1586306564 +0000",
)
12 changes: 0 additions & 12 deletions c/external/boringssl.patch

This file was deleted.

12 changes: 0 additions & 12 deletions external/boringssl.patch

This file was deleted.

0 comments on commit 276d084

Please sign in to comment.