Skip to content

Commit

Permalink
bump cel-cpp (envoyproxy#36661)
Browse files Browse the repository at this point in the history
Update cel-cpp to `HEAD` as of when this PR was made, and drop the
now-obsolete patches.

google/cel-cpp@b03438a

Signed-off-by: Alejandro R. Sedeño <[email protected]>
  • Loading branch information
asedeno authored Oct 23, 2024
1 parent 6030fdb commit a5f9f35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 222 deletions.
217 changes: 0 additions & 217 deletions bazel/cel-cpp.patch

This file was deleted.

2 changes: 0 additions & 2 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,6 @@ def _com_github_facebook_zstd():
def _com_google_cel_cpp():
external_http_archive(
"com_google_cel_cpp",
patches = ["@envoy//bazel:cel-cpp.patch"],
patch_args = ["-p1"],
)

def _com_github_google_perfetto():
Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1254,8 +1254,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 = "0abd738f9f54388452e6ebb0955eb039f9162b3d",
sha256 = "d163805320a782c5194b7496cdd5e8c9d9604eeffc1e531770cf6b130bc182fd",
version = "b03438ae95cac305d672b56c35472894a09fba19",
sha256 = "0c5778861e427c704e0c07287269d8a490af623284c50b017132e77638c7bdfb",
strip_prefix = "cel-cpp-{version}",
urls = ["https://github.com/google/cel-cpp/archive/{version}.tar.gz"],
use_category = ["dataplane_ext"],
Expand All @@ -1276,7 +1276,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
"envoy.matching.inputs.cel_data_input",
"envoy.matching.matchers.cel_matcher",
],
release_date = "2023-12-20",
release_date = "2024-10-22",
cpe = "N/A",
),
com_github_google_flatbuffers = dict(
Expand Down

0 comments on commit a5f9f35

Please sign in to comment.