[gimp-macos-build] temporary disable webkit



commit c2b6cffdde5d0670af7a4c462472e710c7a3b00f
Author: Oleksii Samorukov <oleksii_samorukov mckinsey com>
Date:   Wed Aug 28 23:40:49 2019 +0200

    temporary disable webkit

 .circleci/config.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 69bc2e9..5c6b108 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -79,17 +79,17 @@ jobs:
             paths:
               - ~/gtk
             key: gimp-deps-v11
-        - run:
-            name: Build WebKit v1
-            no_output_timeout: 1h
-            command: source ~/.profile && jhbuild build webkit
-        - run:
-            name: Cleanup
-            command: find  ~/gtk/source -type d -mindepth 1 -maxdepth 1 | xargs -I% rm -rf %/*
-        - save_cache:
-            paths:
-              - ~/gtk
-            key: webkit-v11
+#        - run:
+#            name: Build WebKit v1
+#            no_output_timeout: 1h
+#            command: source ~/.profile && jhbuild build webkit
+#        - run:
+#            name: Cleanup
+#            command: find  ~/gtk/source -type d -mindepth 1 -maxdepth 1 | xargs -I% rm -rf %/*
+#        - save_cache:
+#            paths:
+#              - ~/gtk
+#            key: webkit-v11
 #        - run:
 #            name: rebuild gtk (temporary)
 #            command: source ~/.profile && rm -rf ~/gtk/source/gtk+-2.24.32 && jhbuild buildone --force gtk+


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