This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 08470e9a6b Enable probes in Fedora C++20 CI (#13280)
08470e9a6b is described below
commit 08470e9a6baac67d4f85620a221becc7bbe9a312
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Jun 16 09:41:09 2026 -0500
Enable probes in Fedora C++20 CI (#13280)
Fedora CI runs the C++20 preset rather than the base Fedora preset, so
probe coverage drifted out of that build even though ci-fedora had the
option enabled.
This makes the C++20 preset inherit the Fedora preset and keeps only the
C++ standard override locally, so shared Fedora CI settings stay in one
place.
---
CMakePresets.json | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/CMakePresets.json b/CMakePresets.json
index 3fe7e010b8..6e0735c87f 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -194,13 +194,9 @@
"name": "ci-fedora-cxx20",
"displayName": "CI Fedora c++20",
"description": "CI Pipeline config for Fedora Linux compiled with c++20",
- "inherits": ["ci"],
+ "inherits": ["ci-fedora"],
"cacheVariables": {
- "opentelemetry_ROOT": "/opt",
- "CURL_ROOT": "/opt",
- "wamr_ROOT": "/opt",
- "CMAKE_CXX_STANDARD": "20",
- "ENABLE_CRIPTS": "ON"
+ "CMAKE_CXX_STANDARD": "20"
}
},
{
@@ -450,4 +446,3 @@
}
]
}
-