Skip to content

Commit

Permalink
Bump abseil to LTS 20240722.0. (envoyproxy#36317)
Browse files Browse the repository at this point in the history
Also add one additional patch to CEL to handle `absl::StrCat` and
friends moving to `absl/string/str_cat.h`.


Signed-off-by: Alejandro R. Sedeño <[email protected]>
  • Loading branch information
asedeno authored Oct 7, 2024
1 parent 5fb93b9 commit 0aff211
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions bazel/cel-cpp.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
diff --git a/base/attribute.h b/base/attribute.h
index 9462c180..d6dcce83 100644
--- a/base/attribute.h
+++ b/base/attribute.h
@@ -23,6 +23,7 @@
#include <vector>

#include "absl/status/statusor.h"
+#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "absl/types/optional.h"
#include "absl/types/span.h"
diff --git a/base/memory.h b/base/memory.h
index 3552e19..0fbe618 100644
--- a/base/memory.h
Expand Down
1 change: 1 addition & 0 deletions bazel/external/quiche.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4775,6 +4775,7 @@ envoy_quiche_platform_impl_cc_library(
"@com_google_absl//absl/flags:flag",
"@com_google_absl//absl/log:absl_check",
"@com_google_absl//absl/log:absl_log",
"@com_google_absl//absl/log:flags",
],
)

Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Abseil",
project_desc = "Open source collection of C++ libraries drawn from the most fundamental pieces of Google’s internal codebase",
project_url = "https://abseil.io/",
version = "20230802.1",
sha256 = "987ce98f02eefbaf930d6e38ab16aa05737234d7afbab2d5c4ea7adbe50c28ed",
version = "20240722.0",
sha256 = "f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3",
strip_prefix = "abseil-cpp-{version}",
urls = ["https://github.com/abseil/abseil-cpp/archive/{version}.tar.gz"],
use_category = ["dataplane_core", "controlplane"],
release_date = "2023-09-18",
release_date = "2024-08-01",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/abseil/abseil-cpp/blob/{version}/LICENSE",
Expand Down

0 comments on commit 0aff211

Please sign in to comment.