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 04c6c42cad CMakePresets: branch-quiche: use boringssl nuraft (#11195)
04c6c42cad is described below
commit 04c6c42cad9c10bb54cf3c9ca387a68817a031c8
Author: Brian Neradt <[email protected]>
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.
---
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