Skip to content

Commit

Permalink
[BUILD] Upgrade libcurl to version 8.4.0 (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Oct 11, 2023
1 parent 18a27df commit df96b74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ def opentelemetry_cpp_deps():
http_archive,
name = "curl",
build_file = "@io_opentelemetry_cpp//bazel:curl.BUILD",
sha256 = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91",
strip_prefix = "curl-7.73.0",
sha256 = "816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427",
strip_prefix = "curl-8.4.0",
urls = [
"https://curl.haxx.se/download/curl-7.73.0.tar.gz",
"https://github.com/curl/curl/releases/download/curl-7_73_0/curl-7.73.0.tar.gz",
"https://curl.haxx.se/download/curl-8.4.0.tar.gz",
"https://github.com/curl/curl/releases/download/curl-8_4_0/curl-8.4.0.tar.gz",
],
)

Expand Down

1 comment on commit df96b74

@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: df96b74 Previous: 18a27df Ratio
BM_BaselineBuffer/2 4962150.33531189 ns/iter 2161573.4914454017 ns/iter 2.30

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

Please sign in to comment.