Skip to content

Commit

Permalink
Bump abseil
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed May 6, 2024
1 parent c3c90ca commit 4d070b8
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,12 @@ def opentelemetry_cpp_deps():

# Load abseil dependency(optional)
maybe(
#
# Important note:
#
# The bazel build uses abseil-cpp-20230802.2 here,
# while CMake uses more recent versions.
#
# bazel with abseil-cpp-20240116.2 : build failures in CI
# bazel with abseil-cpp-20240116.1 : build failures in CI
#
# TODO: Fix issue #2619
#
http_archive,
name = "com_google_absl",
sha256 = "7c11539617af1f332f0854a6fb21e296a1b29c27d03f23c7b49d4adefcd102cc",
strip_prefix = "abseil-cpp-20230802.2",
sha256 = "3c743204df78366ad2eaf236d6631d83f6bc928d1705dd0000b872e53b73dc6a",
strip_prefix = "abseil-cpp-20240116.1",
urls = [
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.2.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20240116.1.tar.gz",
],
)

Expand Down

0 comments on commit 4d070b8

Please sign in to comment.