Skip to content

Commit

Permalink
bump cel-cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro R. Sedeño <[email protected]>
  • Loading branch information
asedeno committed Oct 17, 2024
1 parent 0b551a8 commit 7bb442f
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 = "c3ff0463eb4cdf52620fa88780fc2998a107788b",
sha256 = "96e5b7ecb456bb89de4223b7597cbbdfcb40bacd7f1755bbae9593f6edefb2ff",
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-16",
cpe = "N/A",
),
com_github_google_flatbuffers = dict(
Expand Down

0 comments on commit 7bb442f

Please sign in to comment.