This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch hotfix/conan-create-ubuntu-clang
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/hotfix/conan-create-ubuntu-clang by this push:
     new 96acf4d2 Upgrade ccache to 4.7.4.
96acf4d2 is described below

commit 96acf4d2b83c5560482f64ee0d744feb37e8515e
Author: PengZheng <[email protected]>
AuthorDate: Tue Oct 31 12:27:45 2023 +0800

    Upgrade ccache to 4.7.4.
---
 conanfile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conanfile.py b/conanfile.py
index dbc61bac..f1d24211 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -147,7 +147,7 @@ class CelixConan(ConanFile):
             self.test_requires("gtest/1.10.0")
             self.test_requires("cpputest/4.0")
         if self.options.enable_ccache:
-            self.build_requires("ccache/4.6")
+            self.build_requires("ccache/4.7.4")
 
     def configure(self):
         # copy options to options, fill in defaults if not set

Reply via email to