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


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 9b536fbe73 Turn off cache for coverity build (#11939)
9b536fbe73 is described below

commit 9b536fbe739cfd64cd1a720e6b3e53ba81e297e3
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Mon Jan 6 10:53:27 2025 -0700

    Turn off cache for coverity build (#11939)
    
    (cherry picked from commit 474c5cb05d54add9d7a0f5a7c552add897b7bf1e)
---
 CMakePresets.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakePresets.json b/CMakePresets.json
index 9995c90b65..83075a7352 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -388,7 +388,8 @@
       "cacheVariables": {
         "CMAKE_BUILD_TYPE": "Debug",
         "BUILD_EXPERIMENTAL_PLUGINS": "ON",
-        "ENABLE_EXAMPLE": "ON"
+        "ENABLE_EXAMPLE": "ON",
+        "ENABLE_CCACHE": "OFF"
       }
     },
     {

Reply via email to