[Libreoffice-commits] core.git: solenv/Module_solenv.mk
Stephan Bergmann
sbergman at redhat.com
Fri Oct 14 14:27:07 UTC 2016
solenv/Module_solenv.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit edc7a6692ccdcef8f26d228cc37f5b24fb1433a9
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Oct 14 16:22:10 2016 +0200
Disable PythonTest_solenv_python on Windows for now
...causes all gerrit/jenkins Windows builds to fail in test_gbuildtoide; Björn
to investigate...
Change-Id: I90f95e4a91f40835d2b2d9c67a6473b95fb81597
diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk
index d179771..f471374 100644
--- a/solenv/Module_solenv.mk
+++ b/solenv/Module_solenv.mk
@@ -22,9 +22,11 @@ $(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,\
PythonTest_solenv_python \
))
endif
+endif
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
More information about the Libreoffice-commits
mailing list