[gobject-introspection: 1/2] Creating gir for GIRepository requires girepository library.
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection: 1/2] Creating gir for GIRepository requires girepository library.
- Date: Sun, 9 Dec 2018 07:55:20 +0000 (UTC)
commit e1342c0a43abf0e021c636450412cccd11db45b4
Author: Tomasz Miąsko <tomasz miasko gmail com>
Date: Sun Dec 9 00:00:00 2018 +0000
Creating gir for GIRepository requires girepository library.
This should address flaky builds on vs2017-x64-meson.
.gitlab-ci.yml | 1 -
gir/meson.build | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 50e7a4ad..ca61feee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,7 +81,6 @@ msys2-mingw32-autotools:
vs2017-x64-meson:
stage: build
- allow_failure: true
tags:
- win32
script:
diff --git a/gir/meson.build b/gir/meson.build
index 338c61ce..f613b0ef 100644
--- a/gir/meson.build
+++ b/gir/meson.build
@@ -402,7 +402,7 @@ endif
gir_files += custom_target('gir-girepository',
input: girepo_gir_sources,
output: 'GIRepository-2.0.gir',
- depends: [gobject_gir, giscanner_pymod],
+ depends: [gobject_gir, giscanner_pymod, girepo_lib],
depend_files: giscanner_built_files,
install: true,
install_dir: girdir,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]