[gimp/wip/Jehan/win-native-builds-failing] Do not ask questions!
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/win-native-builds-failing] Do not ask questions!
- Date: Thu, 30 Sep 2021 17:42:11 +0000 (UTC)
commit 379adfd39012ad717fa0e5307f35b19d00a5b3e1
Author: Jehan <jehan girinstud io>
Date: Thu Sep 30 19:41:54 2021 +0200
Do not ask questions!
build/windows/gitlab-ci/build-deps-msys2.sh | 4 ++--
build/windows/gitlab-ci/build-gimp-msys2.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build/windows/gitlab-ci/build-deps-msys2.sh b/build/windows/gitlab-ci/build-deps-msys2.sh
index da0a82c6e4..0ab535d0ba 100644
--- a/build/windows/gitlab-ci/build-deps-msys2.sh
+++ b/build/windows/gitlab-ci/build-deps-msys2.sh
@@ -41,9 +41,9 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-vala
# mingw-w64-$MSYS2_ARCH-gobject-introspection-runtime=1.68.0-2
-pacman -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 -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 df740a9c84..d38c813d9d 100644
--- a/build/windows/gitlab-ci/build-gimp-msys2.sh
+++ b/build/windows/gitlab-ci/build-gimp-msys2.sh
@@ -64,9 +64,9 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-xpm-nox
# mingw-w64-$MSYS2_ARCH-gobject-introspection-runtime=1.68.0-2
-pacman -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 -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]