[Libreoffice-commits] core.git: solenv/Module_solenv.mk

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Wed Nov 2 15:04:33 UTC 2016


 solenv/Module_solenv.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 15a8271eb8222efe374c48e9f895676a5618afc1
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Wed Nov 2 11:11:30 2016 +0100

    disable gbuildtoide test on Windows as CI builders are unstable
    
    Change-Id: Ib5eb4fece2bae3e04089f2389198df800620e6f8
    Reviewed-on: https://gerrit.libreoffice.org/30483
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk
index 78fe4b9..4f29231 100644
--- a/solenv/Module_solenv.mk
+++ b/solenv/Module_solenv.mk
@@ -23,10 +23,12 @@ $(eval $(call gb_Module_add_targets,solenv,\
 endif
 
 ifneq ($(DISABLE_PYTHON),TRUE)
+ifneq ($(OS),WNT) # disable on Windows for now, causes gerrit/jenkins failures
 $(eval $(call gb_Module_add_subsequentcheck_targets,solenv,\
 	CustomTarget_gbuildtesttools \
 	PythonTest_solenv_python \
 ))
 endif
+endif
 
 # vim: set shiftwidth=4 tabstop=4 noexpandtab:


More information about the Libreoffice-commits mailing list