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 e84144ea4eacd2cb18c535731f82e39d6c4c3bc8
Author: Brian Neradt <[email protected]>
AuthorDate: Tue May 7 16:17:23 2024 -0500

    CMakePresets: test nuraft on openssl (#11328)
    
    This changes the openssl branch test to test nuraft built against
    openssl.
    
    (cherry picked from commit 5dc9915eb1f39b95c981d1ac21cfbe861f06a897)
---
 CMakePresets.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakePresets.json b/CMakePresets.json
index 7272a73b0d..aad0eccaa1 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -317,7 +317,7 @@
       "inherits": ["branch"],
       "cacheVariables": {
         "ENABLE_AUTEST": "ON",
-        "nuraft_ROOT": "/opt/nuraft-boringssl",
+        "nuraft_ROOT": "/opt",
         "OPENSSL_ROOT_DIR": "/opt/openssl-quic/",
         "quiche_ROOT": "/opt/quiche",
         "ENABLE_QUICHE": "ON"

Reply via email to