Skip to content

Commit

Permalink
[BUILD] Upgrade bazel abseil from 20220623.1 to 20230802.2 (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Apr 29, 2024
1 parent 054b0dc commit 0ca7d70
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,20 @@ def opentelemetry_cpp_deps():
#
# Important note:
#
# The bazel build still uses abseil-cpp-20220623.1 here.
# The bazel build uses abseil-cpp-20230802.2 here,
# while CMake uses more recent versions.
#
# Upgrading to abseil-cpp-20240116.1 breaks the OTLP build, reason unknown.
# 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 = "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8",
strip_prefix = "abseil-cpp-20220623.1",
sha256 = "7c11539617af1f332f0854a6fb21e296a1b29c27d03f23c7b49d4adefcd102cc",
strip_prefix = "abseil-cpp-20230802.2",
urls = [
"https:/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz",
"https:/abseil/abseil-cpp/archive/refs/tags/20230802.2.tar.gz",
],
)

Expand Down

2 comments on commit 0ca7d70

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 0ca7d70 Previous: 054b0dc Ratio
BM_BaselineBuffer/4 6199917.793273926 ns/iter 2706513.3419863023 ns/iter 2.29
BM_LockFreeBuffer/2 10080018.043518066 ns/iter 971146.5835571289 ns/iter 10.38
BM_LockFreeBuffer/4 9385299.682617188 ns/iter 1077886.9840454757 ns/iter 8.71

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 0ca7d70 Previous: 054b0dc Ratio
BM_ThreadYieldSpinLockThrashing/4/process_time/real_time 123.21877479553223 ms/iter 54.946343104044594 ms/iter 2.24

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.