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 b9357191d93c3f258995539a1319f19e58a3e1e7
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Tue Mar 5 12:51:44 2024 -0500

    CI osx and fedora: -DENABLE_CRIPTS (#11126)
    
    Update the CMakePresets.json to build cripts in CI for fedora:39 and
    osx.
    
    (cherry picked from commit 85a4cb96b8c08449403929f35a08ef680901c484)
---
 CMakePresets.json | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/CMakePresets.json b/CMakePresets.json
index fd7ccb39ee..4ea2a27dda 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -136,7 +136,10 @@
       "displayName": "CI OSX",
       "description": "CI Pipeline config for OSX",
       "inherits": ["ci"],
-      "generator": "Unix Makefiles"
+      "generator": "Unix Makefiles",
+      "cacheVariables": {
+        "ENABLE_CRIPTS": true
+      }
     },
     {
       "name": "ci-rocky",
@@ -157,7 +160,8 @@
       "inherits": ["ci"],
       "cacheVariables": {
         "OPENSSL_ROOT_DIR": "/opt/openssl-quic",
-        "opentelemetry_ROOT": "/opt"
+        "opentelemetry_ROOT": "/opt",
+        "ENABLE_CRIPTS": true
       }
     },
     {

Reply via email to