Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions bazel/cel-cpp.patch

This file was deleted.

10 changes: 1 addition & 9 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -351,15 +351,7 @@ def _com_github_zlib_ng_zlib_ng():
)

def _com_google_cel_cpp():
external_http_archive(
"com_google_cel_cpp",
patch_args = ["-p1"],
# Patches to remove "fast" protobuf-internal access
# The patch can be removed when the "fast" access is safe to be enabled back.
# This requires public visibility of Reflection::LookupMapValue in protobuf and
# any release of cel-cpp after 10/27/2020.
patches = ["@envoy//bazel:cel-cpp.patch"],
)
external_http_archive("com_google_cel_cpp")
external_http_archive("rules_antlr")

# Parser dependencies
Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Common Expression Language (CEL) C++ library",
project_desc = "Common Expression Language (CEL) C++ library",
project_url = "https://opensource.google/projects/cel",
version = "47244a458e7739ad38e178a3f3892d197de4a574",
sha256 = "51b1af23cb703a94d18fe7a5e2696f96cde5bc35a279c6c844e6363aea3982fb",
version = "9841e3ee251f3cc4cd5b6dd9deee6818bc9f2854",
sha256 = "7e42cbad7d1068d6e7891ad101e2863e727692136d6b3a817c487b3cc7bcfdcc",
strip_prefix = "cel-cpp-{version}",
urls = ["https://github.com/google/cel-cpp/archive/{version}.tar.gz"],
use_category = ["dataplane_ext"],
Expand All @@ -721,7 +721,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
"envoy.filters.network.wasm",
"envoy.stat_sinks.wasm",
],
release_date = "2020-10-25",
release_date = "2020-12-17",
cpe = "N/A",
),
com_github_google_flatbuffers = dict(
Expand Down