[gimp/wip/Jehan/win-native-builds-failing] WIP.



commit 5c5e0684b17e9b18213740448506dd1eb2dbc91a
Author: Jehan <jehan girinstud io>
Date:   Fri Oct 1 00:03:50 2021 +0200

    WIP.

 build/windows/gitlab-ci/build-deps-msys2.sh | 5 +++--
 build/windows/gitlab-ci/build-gimp-msys2.sh | 6 ++++--
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/build/windows/gitlab-ci/build-deps-msys2.sh b/build/windows/gitlab-ci/build-deps-msys2.sh
index 0ab535d0ba..a03e5d5817 100644
--- a/build/windows/gitlab-ci/build-deps-msys2.sh
+++ b/build/windows/gitlab-ci/build-deps-msys2.sh
@@ -30,6 +30,7 @@ pacman --noconfirm -S --needed \
     mingw-w64-$MSYS2_ARCH-cairo \
     mingw-w64-$MSYS2_ARCH-crt-git \
     mingw-w64-$MSYS2_ARCH-glib-networking \
+    mingw-w64-$MSYS2_ARCH-gobject-introspection \
     mingw-w64-$MSYS2_ARCH-json-glib \
     mingw-w64-$MSYS2_ARCH-lcms2 \
     mingw-w64-$MSYS2_ARCH-lensfun \
@@ -41,9 +42,9 @@ pacman --noconfirm -S --needed \
     mingw-w64-$MSYS2_ARCH-vala
 
 # mingw-w64-$MSYS2_ARCH-gobject-introspection-runtime=1.68.0-2
-pacman --noconfirm -U 
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gobject-introspection-runtime-1.68.0-2-any.pkg.tar.zst
+#pacman --noconfirm -U 
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gobject-introspection-runtime-1.68.0-2-any.pkg.tar.zst
 # mingw-w64-$MSYS2_ARCH-gobject-introspection=1.68.0-2
-pacman --noconfirm -U 
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gobject-introspection-1.68.0-2-any.pkg.tar.zst
+#pacman --noconfirm -U 
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gobject-introspection-1.68.0-2-any.pkg.tar.zst
 
 export GIT_DEPTH=1
 export GIMP_PREFIX="`realpath ./_install`${ARTIFACTS_SUFFIX}"
diff --git a/build/windows/gitlab-ci/build-gimp-msys2.sh b/build/windows/gitlab-ci/build-gimp-msys2.sh
index c21493d78f..5a4a14b535 100644
--- a/build/windows/gitlab-ci/build-gimp-msys2.sh
+++ b/build/windows/gitlab-ci/build-gimp-msys2.sh
@@ -34,6 +34,8 @@ pacman --noconfirm -S --needed \
     mingw-w64-$MSYS2_ARCH-gexiv2 \
     mingw-w64-$MSYS2_ARCH-ghostscript \
     mingw-w64-$MSYS2_ARCH-glib-networking \
+    mingw-w64-$MSYS2_ARCH-gobject-introspection \
+    mingw-w64-$MSYS2_ARCH-gobject-introspection-runtime \
     mingw-w64-$MSYS2_ARCH-graphviz \
     mingw-w64-$MSYS2_ARCH-gtk3 \
     mingw-w64-$MSYS2_ARCH-gtk-doc \
@@ -64,9 +66,9 @@ pacman --noconfirm -S --needed \
     mingw-w64-$MSYS2_ARCH-xpm-nox
 
 # mingw-w64-$MSYS2_ARCH-gobject-introspection-runtime=1.68.0-2
-pacman --noconfirm -U 
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gobject-introspection-runtime-1.68.0-2-any.pkg.tar.zst
+#pacman --noconfirm -U 
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gobject-introspection-runtime-1.68.0-2-any.pkg.tar.zst
 # mingw-w64-$MSYS2_ARCH-gobject-introspection=1.68.0-2
-pacman --noconfirm -U 
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gobject-introspection-1.68.0-2-any.pkg.tar.zst
+#pacman --noconfirm -U 
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gobject-introspection-1.68.0-2-any.pkg.tar.zst
 
 # XXX We've got a weird error when the prefix is in the current dir.
 # Until we figure it out, this trick seems to work, even though it's


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