[gimp-macos-build] Reset cache version, force reboto



commit 42f683a636bba3b59dce75f113806367b351fb69
Author: Oleksii Samorukov <oleksii_samorukov mckinsey com>
Date:   Thu Aug 29 20:43:05 2019 +0200

    Reset cache version, force reboto

 .circleci/config.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5c6b108..bfda60b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -53,8 +53,8 @@ jobs:
             keys:
               - gimp-2.10.12-v1
               - webkit-v11
-              - gimp-deps-v11
-              - bootstrap-v13
+              - gimp-deps-v1
+              - bootstrap-v1
         - run:
             name: Bootstrap
             # build python2 and re-install libxml2 to use it
@@ -65,7 +65,7 @@ jobs:
         - save_cache:
             paths:
               - ~/gtk
-            key: bootstrap-v13
+            key: bootstrap-v1
         - run:
             name: Build all GIMP dependencies
             command: source ~/.profile && jhbuild build $(jhbuild info gimp|grep '^Requires:'|sed 
's|^Requires:||'|tr -d ',')
@@ -78,7 +78,7 @@ jobs:
         - save_cache:
             paths:
               - ~/gtk
-            key: gimp-deps-v11
+            key: gimp-deps-v1
 #        - run:
 #            name: Build WebKit v1
 #            no_output_timeout: 1h


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