[gimp-macos-build] circle-ci: hide gimp-help-git building step.



commit 6a7779c4c8d09291e8dee948ac880ac65dd3359b
Author: Jehan <jehan girinstud io>
Date:   Sat Jul 24 17:55:08 2021 +0200

    circle-ci: hide gimp-help-git building step.
    
    I still can't figure out why libxml2 is not importable from Python and
    apparently we have reached some concurrency limit in our FLOSS plan on
    CircleCI, so I can't use the SSH feature right now to try and debug.
    Let's disable building the help for the time being as it is not a
    mandatory feature.

 .circleci/config.yml   | 6 +++---
 jhbuildrc-gtk-osx-gimp | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 139a7fd..20aafbb 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -111,9 +111,9 @@ jobs:
             command: |
               source ~/.profile
               jhbuild build gimp
-        - run:
-            name: Building GIMP help (en) from git
-            command: source ~/.profile && ALL_LINGUAS=en jhbuild build gimp-help-git
+        #- run:
+            #name: Building GIMP help (en) from git
+            #command: source ~/.profile && ALL_LINGUAS=en jhbuild build gimp-help-git
         - run:
             name: Cleanup
             command: find  ~/gtk/source -type d -mindepth 1 -maxdepth 1 | xargs -I% rm -rf %/*
diff --git a/jhbuildrc-gtk-osx-gimp b/jhbuildrc-gtk-osx-gimp
index 7990690..9e94d7d 100644
--- a/jhbuildrc-gtk-osx-gimp
+++ b/jhbuildrc-gtk-osx-gimp
@@ -162,7 +162,7 @@ module_extra_env['libxml2'] = { "ac_cv_path_PYTHON": "python3.6" }
 
 # force python 3.8 for gimp-help because libxml2 is built with Python
 # 3.8 support.
-module_extra_env['gimp-help-git'] = { "PYTHON": "python3.8" }
+#module_extra_env['gimp-help-git'] = { "PYTHON": "python3.8" }
 
 # meson needs UTF-8 charset for build python scripts to work correctly
 module_extra_env['meson'] = { "LC_ALL": "en_US.UTF-8" }


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