solenv/Module_solenv.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 15a8271eb8222efe374c48e9f895676a5618afc1
Author: Bjoern Michaelsen <[email protected]>
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 <[email protected]>
Tested-by: Miklos Vajna <[email protected]>
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:
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits