[jhbuild] meson: Add 'configure' to the options when 'build' fails



commit e68105b439a140d3da0e7ba6dd6fd41488bef6cd
Author: Emanuele Aina <emanuele aina collabora com>
Date:   Tue Sep 27 16:00:05 2016 +0200

    meson: Add 'configure' to the options when 'build' fails
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772060

 jhbuild/modtypes/meson.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/modtypes/meson.py b/jhbuild/modtypes/meson.py
index 932bdbe..557f7c9 100644
--- a/jhbuild/modtypes/meson.py
+++ b/jhbuild/modtypes/meson.py
@@ -125,7 +125,7 @@ class MesonModule(MakeModule, DownloadableModule):
         builddir = self.get_builddir(buildscript)
         buildscript.execute('ninja', cwd=builddir, extra_env=self.extra_env)
     do_build.depends = [PHASE_CONFIGURE]
-    do_build.error_phases = [PHASE_FORCE_CHECKOUT]
+    do_build.error_phases = [PHASE_FORCE_CHECKOUT, PHASE_CONFIGURE]
 
     def skip_install(self, buildscript, last_phase):
         return self.config.noinstall or self.skip_install_phase


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