[gimp-macos-build] Update all cache due to libtiff upgrade



commit d2188f0a87540b3acc456ee149c2e6172805124d
Author: Oleksii Samorukov <oleksii_samorukov mckinsey com>
Date:   Wed Nov 6 15:47:11 2019 +0100

    Update all cache due to libtiff upgrade

 .circleci/config.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7fae333..4f66855 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -57,10 +57,10 @@ jobs:
         # we can try to make it automatically depended on the corresponding modules
         - restore_cache:
             keys:
-              - gimp-2.10.14-v10
-              - webkit-v16
-              - gimp-deps-v5
-              - bootstrap-v15
+              - gimp-2.10.14-v11
+              - webkit-v17
+              - gimp-deps-v6
+              - bootstrap-v16
         - run:
             name: Bootstrap
             command: source ~/.profile && jhbuild build meta-gtk-osx-freetype meta-gtk-osx-bootstrap 
meta-gtk-osx-core
@@ -70,7 +70,7 @@ jobs:
         - save_cache:
             paths:
               - ~/gtk
-            key: bootstrap-v15
+            key: bootstrap-v16
         - run:
             name: Build GIMP dependencies (without gegl/babl)
             command: source ~/.profile && jhbuild build suitesparse $(jhbuild info gimp|grep 
'^Requires:'|sed -e 's|^Requires:||' -e 's|gegl||'|tr -d ',')
@@ -83,7 +83,7 @@ jobs:
         - save_cache:
             paths:
               - ~/gtk
-            key: gimp-deps-v5
+            key: gimp-deps-v6
         - run:
             name: Build WebKit v1
             no_output_timeout: 1h
@@ -94,7 +94,7 @@ jobs:
         - save_cache:
             paths:
               - ~/gtk
-            key: webkit-v16
+            key: webkit-v17
         - run:
             name: Build and test babl/gegl
             command: source ~/.profile && jhbuild build --check babl gegl
@@ -114,7 +114,7 @@ jobs:
         - save_cache:
             paths:
               - ~/gtk
-            key: gimp-2.10.14-v10
+            key: gimp-2.10.14-v11
         - run:
             name: Importing signing certificate
             command: |


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]