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 cc5a0feaae ci-fedora-cxx20 preset: build cripts (#11300)
cc5a0feaae is described below

commit cc5a0feaae30c46af1bd7ca4642aa0f72fadfb64
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Apr 30 13:50:55 2024 -0500

    ci-fedora-cxx20 preset: build cripts (#11300)
    
    This will ensure fedora CI build coverage of cripts. This also makes our
    ENABLE invocations consistently "ON" rather than a mix of "ON" and true.
---
 CMakePresets.json | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/CMakePresets.json b/CMakePresets.json
index 6bf72baa2c..4030088ca4 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -138,7 +138,7 @@
       "inherits": ["ci"],
       "generator": "Unix Makefiles",
       "cacheVariables": {
-        "ENABLE_CRIPTS": true
+        "ENABLE_CRIPTS": "ON"
       }
     },
     {
@@ -152,7 +152,7 @@
         "CMAKE_INSTALL_PREFIX": "/tmp/ats-quiche",
         "opentelemetry_ROOT": "/opt",
         "CURL_ROOT": "/opt",
-        "ENABLE_QUICHE": true
+        "ENABLE_QUICHE": "ON"
       }
     },
     {
@@ -165,7 +165,7 @@
         "opentelemetry_ROOT": "/opt",
         "CURL_ROOT": "/opt",
         "wamr_ROOT": "/opt",
-        "ENABLE_CRIPTS": true
+        "ENABLE_CRIPTS": "ON"
       }
     },
     {
@@ -177,7 +177,8 @@
         "opentelemetry_ROOT": "/opt",
         "CURL_ROOT": "/opt",
         "wamr_ROOT": "/opt",
-        "CMAKE_CXX_STANDARD": "20"
+        "CMAKE_CXX_STANDARD": "20",
+        "ENABLE_CRIPTS": "ON"
       }
     },
     {
@@ -192,7 +193,7 @@
         "CURL_ROOT": "/opt",
         "wamr_ROOT": "/opt",
         "CMAKE_INSTALL_PREFIX": "/tmp/ats-quiche",
-        "ENABLE_QUICHE": true
+        "ENABLE_QUICHE": "ON"
       }
     },
     {
@@ -307,7 +308,7 @@
         "nuraft_ROOT": "/opt/nuraft-boringssl",
         "OPENSSL_ROOT_DIR": "/opt/boringssl",
         "quiche_ROOT": "/opt/quiche",
-        "ENABLE_QUICHE": true
+        "ENABLE_QUICHE": "ON"
       }
     },
     {

Reply via email to