Skip to content

Commit

Permalink
reference local boring
Browse files Browse the repository at this point in the history
Signed-off-by: He Jie Xu <[email protected]>
  • Loading branch information
soulxu committed Mar 26, 2024
1 parent 7a37079 commit a05a06f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,10 @@ def envoy_dependencies(skip_targets = []):
)

def _boringssl():
external_http_archive(
native.local_repository(
name = "boringssl",
patch_args = ["-p1"],
patches = [
"@envoy//bazel:boringssl_static.patch",
],
# Relative paths are also supported.
path = "/home/hejiexu/go/src/github.com/boringssl",
)

def _boringssl_fips():
Expand Down

0 comments on commit a05a06f

Please sign in to comment.