Skip to content

Commit

Permalink
Upgrade to cel-cpp v0.2.0 to pick up ANTLR thread-safety changes. (en…
Browse files Browse the repository at this point in the history
…voyproxy#514)

* Upgrade to cel-cpp v0.2.0 to pick up ANTLR thread-safety changes.

Signed-off-by: Tristan Swadell <[email protected]>
  • Loading branch information
TristonianJones authored May 12, 2020
1 parent 4132065 commit 9250112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,10 @@ REPOSITORY_LOCATIONS = dict(
urls = ["https://storage.googleapis.com/quiche-envoy-integration/googleurl_dbf5ad147f60afc125e99db7549402af49a5eae8.tar.gz"],
),
com_google_cel_cpp = dict(
sha256 = "7eddffdb231e7c82f60c597cd38e742fbc0c48f54ca33015ac0a3d22bd51bba3",
strip_prefix = "cel-cpp-d88a4822af1864b481b31b12c2ecc4e631a7f8a9",
# 2019-04-13
urls = ["https://github.com/google/cel-cpp/archive/d88a4822af1864b481b31b12c2ecc4e631a7f8a9.tar.gz"],
sha256 = "d773ee368053f404eada87b59c9e545b2e21118ebb0577ac3e942a06518f6fd2",
strip_prefix = "cel-cpp-0.2.0",
# 2020-05-11
urls = ["https://github.com/google/cel-cpp/archive/v0.2.0.tar.gz"],
),
com_github_google_flatbuffers = dict(
sha256 = "b8efbc25721e76780752bad775a97c3f77a0250271e2db37fc747b20e8b0f24a",
Expand Down
2 changes: 1 addition & 1 deletion source/extensions/common/wasm/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class Context : public proxy_wasm::ContextBase,
static const std::vector<google::api::expr::runtime::CelAttributePattern> empty;
return empty;
}
const Protobuf::FieldMask unknown_paths() const override {
const Protobuf::FieldMask& unknown_paths() const override {
return Protobuf::FieldMask::default_instance();
}

Expand Down

0 comments on commit 9250112

Please sign in to comment.