File tree 1 file changed +9
-5
lines changed
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():
58
58
#
59
59
# Important note:
60
60
#
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.
62
63
#
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
64
68
#
65
69
http_archive ,
66
70
name = "com_google_absl" ,
67
- sha256 = "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8 " ,
68
- strip_prefix = "abseil-cpp-20220623.1 " ,
71
+ sha256 = "7c11539617af1f332f0854a6fb21e296a1b29c27d03f23c7b49d4adefcd102cc " ,
72
+ strip_prefix = "abseil-cpp-20230802.2 " ,
69
73
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" ,
71
75
],
72
76
)
73
77
You can’t perform that action at this time.
0 commit comments