[gimp-macos-build/wip/Jehan/path-max-issue-424] Direct to a custom branch on gtk-osx.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build/wip/Jehan/path-max-issue-424] Direct to a custom branch on gtk-osx.
- Date: Mon, 22 Mar 2021 22:12:32 +0000 (UTC)
commit 42b1f3bc6ecfb4a03771fdc6c76ae4521373115e
Author: Jehan <jehan girinstud io>
Date: Mon Mar 22 22:47:01 2021 +0100
Direct to a custom branch on gtk-osx.
I want to test a patch for:
https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424
Retry a build. I was building a branch forked from master. It will fail
for sure. Let's retry with a branch based off gimp-2-10.
.circleci/config.yml | 2 +-
jhbuildrc-gtk-osx-gimp | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 139a7fd..57dcde6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -33,7 +33,7 @@ jobs:
command: |
cd $HOME
mkdir -p ~/.config && mv ~/project/jhbuildrc-gtk-osx-gimp ~/.config/jhbuildrc-custom
- curl https://gitlab.gnome.org/samm-git/gtk-osx/raw/gimp/gtk-osx-setup.sh > gtk-osx-setup.sh
+ curl
https://gitlab.gnome.org/samm-git/gtk-osx/-/raw/wip/Jehan/path-max-issue-424/gtk-osx-setup.sh >
gtk-osx-setup.sh
chmod +x gtk-osx-setup.sh
echo 'export PATH="$HOME/.cargo/bin:$HOME/.local/bin:$PATH:$HOME/.new_local/bin"' >> ~/.profile
echo 'export ARCHFLAGS="-arch x86_64"' >> ~/.profile
diff --git a/jhbuildrc-gtk-osx-gimp b/jhbuildrc-gtk-osx-gimp
index 21d1fe2..bf51383 100644
--- a/jhbuildrc-gtk-osx-gimp
+++ b/jhbuildrc-gtk-osx-gimp
@@ -155,7 +155,7 @@ environ_prepend('OBJCFLAGS', "-O3")
# os.environ["CC"] = "/usr/bin/gcc-4.0"
# use our modulset
-moduleset = 'https://gitlab.gnome.org/samm-git/gtk-osx/raw/gimp/modulesets-stable/gtk-osx.modules'
+moduleset =
'https://gitlab.gnome.org/samm-git/gtk-osx/raw/wip/Jehan/path-max-issue-424/modulesets-stable/gtk-osx.modules'
# force python 3.6 for the libxml2 to avoid build issues
module_extra_env['libxml2'] = { "ac_cv_path_PYTHON": "python3.6" }
@@ -189,7 +189,7 @@ class _cmd_bootstrap_gtk_osx_gimp(jhbuild.commands.base.cmd_build):
moduleset + '.modules'))):
config.moduleset = moduleset
else:
- config.moduleset =
'https://gitlab.gnome.org/samm-git/gtk-osx/raw/gimp/modulesets-stable/bootstrap.modules'
+ config.moduleset =
'https://gitlab.gnome.org/samm-git/gtk-osx/raw/wip/Jehan/path-max-issue-424/modulesets-stable/bootstrap.modules'
args = ['meta-bootstrap']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]