File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -55,23 +55,12 @@ def opentelemetry_cpp_deps():
5555
5656 # Load abseil dependency(optional)
5757 maybe (
58- #
59- # Important note:
60- #
61- # The bazel build uses abseil-cpp-20230802.2 here,
62- # while CMake uses more recent versions.
63- #
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
68- #
6958 http_archive ,
7059 name = "com_google_absl" ,
71- sha256 = "7c11539617af1f332f0854a6fb21e296a1b29c27d03f23c7b49d4adefcd102cc " ,
72- strip_prefix = "abseil-cpp-20230802.2 " ,
60+ sha256 = "3c743204df78366ad2eaf236d6631d83f6bc928d1705dd0000b872e53b73dc6a " ,
61+ strip_prefix = "abseil-cpp-20240116.1 " ,
7362 urls = [
74- "https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.2 .tar.gz" ,
63+ "https://github.com/abseil/abseil-cpp/archive/refs/tags/20240116.1 .tar.gz" ,
7564 ],
7665 )
7766
You can’t perform that action at this time.
0 commit comments