Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Change-Id: Icc5580dfc89124e4b97c33f75e8a40b1106c60cd
Signed-off-by: Kuat Yessenov <kuat@google.com>
  • Loading branch information
kyessenov committed Jul 31, 2024
1 parent 513d8dd commit 4758d9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
13 changes: 0 additions & 13 deletions bazel/cel-cpp.patch

This file was deleted.

6 changes: 1 addition & 5 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -700,11 +700,7 @@ 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"],
)
external_http_archive("com_google_cel_cpp")

def _com_github_google_perfetto():
external_http_archive(
Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1215,8 +1215,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 = "80b95944e3aa3b82f0fcaebba6ff9e6313ad9e60",
sha256 = "10751a9c2f60858515bc29856a076fbbf407a0544b1cfbaa5d61b5b1050ef5fc",
version = "064ef34e69d074e4ad4165464ba357e84d8a56fb",
sha256 = "f084c75ecdf496766702796e13e4d41752f4fe6b8cb24d20bef5d19637c069b0",
strip_prefix = "cel-cpp-{version}",
urls = ["https://github.com/google/cel-cpp/archive/{version}.tar.gz"],
use_category = ["dataplane_ext"],
Expand All @@ -1237,7 +1237,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
"envoy.matching.inputs.cel_data_input",
"envoy.matching.matchers.cel_matcher",
],
release_date = "2024-07-29",
release_date = "2024-07-31",
cpe = "N/A",
),
com_github_google_flatbuffers = dict(
Expand Down

0 comments on commit 4758d9e

Please sign in to comment.