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 2a60cc5f5d38fdc3d9c0b43ab3371a1dca7c2c6a
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Thu Mar 28 12:32:59 2024 -0500

    CMakePresets: branch-quiche: use boringssl nuraft (#11195)
    
    The standard quiche build uses boringssl, so the NuRaft for the STEK
    plugin must be the NuRaft built against boringssl.
    
    (cherry picked from commit 04c6c42cad9c10bb54cf3c9ca387a68817a031c8)
---
 CMakePresets.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakePresets.json b/CMakePresets.json
index 4ea2a27dda..77a88c10f4 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -294,6 +294,7 @@
       "inherits": ["branch"],
       "cacheVariables": {
         "ENABLE_AUTEST": "ON",
+        "nuraft_ROOT": "/opt/nuraft-boringssl",
         "OPENSSL_ROOT_DIR": "/opt/boringssl",
         "quiche_ROOT": "/opt/quiche",
         "ENABLE_QUICHE": true

Reply via email to