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 5dc9915eb1 CMakePresets: test nuraft on openssl (#11328)
5dc9915eb1 is described below

commit 5dc9915eb1f39b95c981d1ac21cfbe861f06a897
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.
---
 CMakePresets.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakePresets.json b/CMakePresets.json
index 426ef71915..af0f100c03 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -316,7 +316,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