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 e14b64a662 CMakePresets: -DENABLE_PROBES for ci-fedora (#11334)
e14b64a662 is described below
commit e14b64a6621134605582b1706e33e19718fb871e
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.
---
CMakePresets.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakePresets.json b/CMakePresets.json
index af0f100c03..aad0eccaa1 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -160,6 +160,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",