This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit ae03205c1ede51a2befea60ccc4b5bbb220b50f0
Author: Brian Neradt <[email protected]>
AuthorDate: Wed May 8 15:16:08 2024 -0600

    CMakePresets: -DENABLE_PROBES for ci-fedora (#11334)
    
    Run fedora builds (including the autests) with ATS SystemTap probes
    enabled.
    
    (cherry picked from commit e14b64a6621134605582b1706e33e19718fb871e)
---
 CMakePresets.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakePresets.json b/CMakePresets.json
index 4030088ca4..08fbb0ccaf 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -161,6 +161,7 @@
       "description": "CI Pipeline config for Fedora Linux",
       "inherits": ["ci"],
       "cacheVariables": {
+        "ENABLE_PROBES": "ON",
         "OPENSSL_ROOT_DIR": "/opt/openssl-quic",
         "opentelemetry_ROOT": "/opt",
         "CURL_ROOT": "/opt",

Reply via email to