File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments