solenv/Module_solenv.mk | 2 ++ 1 file changed, 2 insertions(+) New commits: commit edc7a6692ccdcef8f26d228cc37f5b24fb1433a9 Author: Stephan Bergmann <sberg...@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:
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits