You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by cm...@apache.org on 2024/04/11 13:40:53 UTC

(trafficserver) 05/09: CI: have rocky and fedora builds use curl in /opt (#11233)

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 7815914c6be9de7f480e65bf9f9021934524e1b9
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Tue Apr 9 18:47:55 2024 -0500

    CI: have rocky and fedora builds use curl in /opt (#11233)
    
    (cherry picked from commit ae9fe3e512b5a4ea008ec54fa89662da64058a38)
---
 CMakePresets.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CMakePresets.json b/CMakePresets.json
index 77a88c10f4..4c30bf9816 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -150,6 +150,8 @@
         "OPENSSL_ROOT_DIR": "/opt/boringssl",
         "quiche_ROOT": "/opt/quiche",
         "CMAKE_INSTALL_PREFIX": "/tmp/ats-quiche",
+        "opentelemetry_ROOT": "/opt",
+        "CURL_ROOT": "/opt",
         "ENABLE_QUICHE": true
       }
     },
@@ -161,6 +163,7 @@
       "cacheVariables": {
         "OPENSSL_ROOT_DIR": "/opt/openssl-quic",
         "opentelemetry_ROOT": "/opt",
+        "CURL_ROOT": "/opt",
         "ENABLE_CRIPTS": true
       }
     },
@@ -170,6 +173,7 @@
       "description": "CI Pipeline config for Fedora Linux compiled with c++20",
       "inherits": ["ci"],
       "cacheVariables": {
+        "CURL_ROOT": "/opt",
         "CMAKE_CXX_STANDARD": "20"
       }
     },
@@ -181,6 +185,7 @@
       "cacheVariables": {
         "OPENSSL_ROOT_DIR": "/opt/boringssl",
         "quiche_ROOT": "/opt/quiche",
+        "CURL_ROOT": "/opt",
         "CMAKE_INSTALL_PREFIX": "/tmp/ats-quiche",
         "ENABLE_QUICHE": true
       }