Skip to content

Commit

Permalink
Update antlr4 dep for cel, to fix crash (#258)
Browse files Browse the repository at this point in the history
* Update antlr4 dep for cel, to fix crash

* update antlr_dependencies to 472
  • Loading branch information
mandarjog authored Aug 14, 2020
1 parent d13b204 commit e31a9ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bazel/dependency_imports.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def envoy_dependency_imports(go_version = GO_VERSION):
gazelle_dependencies()
apple_rules_dependencies()
upb_bazel_version_repository(name = "upb_bazel_version")
antlr_dependencies(471)
antlr_dependencies(472)

go_repository(
name = "org_golang_google_grpc",
Expand Down
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -405,12 +405,12 @@ cc_library(
includes = ["runtime/Cpp/runtime/src"],
)
""",
sha256 = "4d0714f441333a63e50031c9e8e4890c78f3d21e053d46416949803e122a6574",
sha256 = "46f5e1af5f4bd28ade55cb632f9a069656b31fc8c2408f9aa045f9b5f5caad64",
patch_args = ["-p1"],
# Patches ASAN violation of initialization fiasco
patches = ["@envoy//bazel:antlr.patch"],
strip_prefix = "antlr4-4.7.1",
urls = ["https://github.com/antlr/antlr4/archive/4.7.1.tar.gz"],
strip_prefix = "antlr4-4.7.2",
urls = ["https://github.com/antlr/antlr4/archive/4.7.2.tar.gz"],
)

def _com_github_nghttp2_nghttp2():
Expand Down

0 comments on commit e31a9ae

Please sign in to comment.