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 474c5cb05d Turn off cache for coverity build (#11939)
474c5cb05d is described below
commit 474c5cb05d54add9d7a0f5a7c552add897b7bf1e
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Mon Jan 6 10:53:27 2025 -0700
Turn off cache for coverity build (#11939)
---
CMakePresets.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CMakePresets.json b/CMakePresets.json
index eae213c582..786a34e4aa 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -387,7 +387,8 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"BUILD_EXPERIMENTAL_PLUGINS": "ON",
- "ENABLE_EXAMPLE": "ON"
+ "ENABLE_EXAMPLE": "ON",
+ "ENABLE_CCACHE": "OFF"
}
},
{