Skip to content

Commit 0ca7d70

Browse files
authored
[BUILD] Upgrade bazel abseil from 20220623.1 to 20230802.2 (#2650)
1 parent 054b0dc commit 0ca7d70

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

bazel/repository.bzl

+9-5
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,20 @@ def opentelemetry_cpp_deps():
5858
#
5959
# Important note:
6060
#
61-
# The bazel build still uses abseil-cpp-20220623.1 here.
61+
# The bazel build uses abseil-cpp-20230802.2 here,
62+
# while CMake uses more recent versions.
6263
#
63-
# Upgrading to abseil-cpp-20240116.1 breaks the OTLP build, reason unknown.
64+
# bazel with abseil-cpp-20240116.2 : build failures in CI
65+
# bazel with abseil-cpp-20240116.1 : build failures in CI
66+
#
67+
# TODO: Fix issue #2619
6468
#
6569
http_archive,
6670
name = "com_google_absl",
67-
sha256 = "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8",
68-
strip_prefix = "abseil-cpp-20220623.1",
71+
sha256 = "7c11539617af1f332f0854a6fb21e296a1b29c27d03f23c7b49d4adefcd102cc",
72+
strip_prefix = "abseil-cpp-20230802.2",
6973
urls = [
70-
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz",
74+
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.2.tar.gz",
7175
],
7276
)
7377

0 commit comments

Comments
 (0)