[gobject-introspection/gnome-3-30] Creating gir for GIRepository requires girepository library.
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/gnome-3-30] Creating gir for GIRepository requires girepository library.
- Date: Sun, 9 Dec 2018 08:02:55 +0000 (UTC)
commit 42421010a0dd2aadfa2213cdb8fb11135a6e39d8
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 448cf1f1..fff5f6eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,7 +105,6 @@ msys2-mingw32-python3:
vs2017-x64-python3:
stage: build
- allow_failure: true
tags:
- win32
script:
diff --git a/gir/meson.build b/gir/meson.build
index 607bbc45..e018b4a0 100644
--- a/gir/meson.build
+++ b/gir/meson.build
@@ -403,7 +403,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]