Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opentelemetry-cpp 1.16.0 #175322

Merged
merged 2 commits into from
Jun 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Formula/o/opentelemetry-cpp.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class OpentelemetryCpp < Formula

Check warning on line 1 in Formula/o/opentelemetry-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew linkage --cached --test --strict opentelemetry-cpp` failed on macOS Sonoma (14)!

Indirect dependencies with linkage: c-ares openssl@3 re2

Check warning on line 1 in Formula/o/opentelemetry-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew linkage --cached --test --strict opentelemetry-cpp` failed on macOS Sonoma (14) on Apple Silicon!

Indirect dependencies with linkage: c-ares openssl@3 re2

Check warning on line 1 in Formula/o/opentelemetry-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew linkage --cached --test --strict opentelemetry-cpp` failed on macOS Ventura (13)!

Indirect dependencies with linkage: c-ares openssl@3 re2

Check warning on line 1 in Formula/o/opentelemetry-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew linkage --cached --test --strict opentelemetry-cpp` failed on macOS Ventura (13) on Apple Silicon!

Indirect dependencies with linkage: c-ares openssl@3 re2

Check warning on line 1 in Formula/o/opentelemetry-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

`brew linkage --cached --test --strict opentelemetry-cpp` failed on macOS Monterey (12)!

Indirect dependencies with linkage: c-ares openssl@3 re2

Check warning on line 1 in Formula/o/opentelemetry-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

`brew linkage --cached --test --strict opentelemetry-cpp` failed on macOS Monterey (12) on Apple Silicon!

Indirect dependencies with linkage: c-ares openssl@3 re2
desc "OpenTelemetry C++ Client"
homepage "https://opentelemetry.io/"
url "https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v1.14.2.tar.gz"
sha256 "c7e7801c9f6228751cdb9dd4724d0f04777ed53f524c8828e73bf4c9f894e0bd"
url "https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v1.16.0.tar.gz"
sha256 "2209af23f43094651ddf007d44153c23facd41d9891b9b2d8cbc2dc9bb8064dd"
license "Apache-2.0"
revision 4
head "https://github.com/open-telemetry/opentelemetry-cpp.git", branch: "main"

bottle do
Expand Down
Loading