[gimp-macos-build] Remove pythonhome
- From: Alex Samorukov <asamorukov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build] Remove pythonhome
- Date: Wed, 28 Aug 2019 17:20:07 +0000 (UTC)
commit cc092fb822f3f6cd938484115e35015f879d4489
Author: Oleksii Samorukov <oleksii_samorukov mckinsey com>
Date: Wed Aug 28 19:20:02 2019 +0200
Remove pythonhome
.circleci/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9e805ae..1ead20d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -56,7 +56,7 @@ jobs:
- run:
name: Bootstrap
# build python2 and re-install libxml2 to use it
- command: source ~/.profile && jhbuild build python && jhbuild build -f libxml2 &&
PYTHON=$HOME/gtk/inst/bin/python build meta-gtk-osx-freetype meta-gtk-osx-bootstrap meta-gtk-osx-core
+ command: source ~/.profile && jhbuild build python && jhbuild build -f libxml2 && jhbuild build
meta-gtk-osx-freetype meta-gtk-osx-bootstrap meta-gtk-osx-core
- run:
name: Cleanup
command: find ~/gtk/source -type d -mindepth 1 -maxdepth 1 | xargs -I% rm -rf %/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]