Skip to content

Commit

Permalink
[BUILD] Fix cpack broken package version (open-telemetry#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafonso authored Oct 25, 2023
1 parent 0baf501 commit d3a873a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/package.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

set(CPACK_PACKAGE_VERSION "${OPENTELEMETRY_VERSION}")
set(CPACK_PACKAGE_DESCRIPTION "OpenTelemetry C++ for Linux")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "OpenTelemetry C++ for Linux - C++ Implementation of OpenTelemetry Specification")
set(CPACK_PACKAGE_VENDOR "OpenTelemetry")
Expand Down

2 comments on commit d3a873a

@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 exporters Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: d3a873a Previous: f16deb0 Ratio
BM_otlp_grpc_with_collector 3161599.4193337183 ns/iter 1235778.1728108723 ns/iter 2.56

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 sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: d3a873a Previous: f16deb0 Ratio
BM_SumAggregation 17422397.93141683 ns/iter 5815057.754516602 ns/iter 3.00

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

Please sign in to comment.