forked from open-telemetry/opentelemetry-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Build failures with ABSEIL 20240116 and CMAKE 3.30 (open-telemet…
- Loading branch information
Showing
3 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
commit 779a3565ac6c5b69dd1ab9183e500a27633117d5 | ||
Author: Derek Mauro <dmauro@google.com> | ||
Date: Tue Jan 30 10:13:25 2024 -0800 | ||
|
||
Avoid export of testonly target absl::test_allocator in CMake builds | ||
|
||
Closes #1536 | ||
|
||
PiperOrigin-RevId: 602764437 | ||
Change-Id: Ia5c20a3874262a2ddb8797f608af17d7e86dd6d6 | ||
|
||
diff --git a/absl/container/CMakeLists.txt b/absl/container/CMakeLists.txt | ||
index 449a2cad..ee9ca9c3 100644 | ||
--- a/absl/container/CMakeLists.txt | ||
+++ b/absl/container/CMakeLists.txt | ||
@@ -213,6 +213,7 @@ absl_cc_library( | ||
DEPS | ||
absl::config | ||
GTest::gmock | ||
+ TESTONLY | ||
) | ||
|
||
absl_cc_test( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63fa4fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
.BM_BaselineBuffer/1
13990235.328674316
ns/iter4942723.274230957
ns/iter2.83
This comment was automatically generated by workflow using github-action-benchmark.