[gimp-macos-build] bump cache due to glib upgrade



commit ee717f73e0687e5e7e5cfdf292e09f44c003f13b
Author: Oleksii Samorukov <oleksii_samorukov mckinsey com>
Date:   Sat Nov 9 21:20:16 2019 +0100

    bump cache due to glib upgrade

 .circleci/config.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d9b80fc..a7937f5 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-v12
-              - webkit-v18
-              - gimp-deps-v7
-              - bootstrap-v17
+              - gimp-2.10.14-v13
+              - webkit-v19
+              - gimp-deps-v8
+              - bootstrap-v18
         - 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-v17
+            key: bootstrap-v18
         - 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-v7
+            key: gimp-deps-v8
         - run:
             name: Build WebKit v1
             no_output_timeout: 1h
@@ -94,7 +94,7 @@ jobs:
         - save_cache:
             paths:
               - ~/gtk
-            key: webkit-v18
+            key: webkit-v19
         - 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-v12
+            key: gimp-2.10.14-v13
         - run:
             name: Importing signing certificate
             command: |


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