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 85a4cb96b8 CI osx and fedora: -DENABLE_CRIPTS (#11126)
85a4cb96b8 is described below
commit 85a4cb96b8c08449403929f35a08ef680901c484
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Mar 5 12:51:44 2024 -0500
CI osx and fedora: -DENABLE_CRIPTS (#11126)
Update the CMakePresets.json to build cripts in CI for fedora:39 and
osx.
---
CMakePresets.json | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/CMakePresets.json b/CMakePresets.json
index fd7ccb39ee..4ea2a27dda 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -136,7 +136,10 @@
"displayName": "CI OSX",
"description": "CI Pipeline config for OSX",
"inherits": ["ci"],
- "generator": "Unix Makefiles"
+ "generator": "Unix Makefiles",
+ "cacheVariables": {
+ "ENABLE_CRIPTS": true
+ }
},
{
"name": "ci-rocky",
@@ -157,7 +160,8 @@
"inherits": ["ci"],
"cacheVariables": {
"OPENSSL_ROOT_DIR": "/opt/openssl-quic",
- "opentelemetry_ROOT": "/opt"
+ "opentelemetry_ROOT": "/opt",
+ "ENABLE_CRIPTS": true
}
},
{