This is an automated email from the ASF dual-hosted git repository.
eze 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 8f8313a980 Enable quiche on rocky ci preset (#10760)
8f8313a980 is described below
commit 8f8313a9807814171f1e1b2fd47be6f0d0000f63
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Thu Nov 9 16:48:09 2023 -0700
Enable quiche on rocky ci preset (#10760)
* enable quiche for general ci-rocky build
---
CMakePresets.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CMakePresets.json b/CMakePresets.json
index 18bd69b01d..1ae99461bf 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -117,7 +117,8 @@
"cacheVariables": {
"OPENSSL_ROOT_DIR": "/opt/boringssl",
"quiche_ROOT": "/opt/quiche",
- "CMAKE_INSTALL_PREFIX": "/tmp/ats-quiche"
+ "CMAKE_INSTALL_PREFIX": "/tmp/ats-quiche",
+ "ENABLE_QUICHE": true
}
},
{