Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2017-09-01 05:36:30 +0000
committerMarkus Knauer2017-09-01 05:36:35 +0000
commitde2a40ae114e255fb255b7c550dec6ec6b0702be (patch)
tree9f2bb8cfcfc067799307f94051fc47882e72602b /releng
parentc8416a24c8f917e4fde952c5a350da004670a4ed (diff)
downloadorg.eclipse.epp.packages-de2a40ae114e255fb255b7c550dec6ec6b0702be.tar.gz
org.eclipse.epp.packages-de2a40ae114e255fb255b7c550dec6ec6b0702be.tar.xz
org.eclipse.epp.packages-de2a40ae114e255fb255b7c550dec6ec6b0702be.zip
Disable building Mac OS packages to circumvent build errors
Building the packages for Mac OS seems to lead to build failures at the moment cause by the build environment and/or signing and/or dmg creation. Temporarily disable this platform in order to confirm this as root cause for the failures. Change-Id: I9b591d52961e75d1796248154e22a37c14224d3e Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 1c14d09b..721c9103 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -123,11 +123,13 @@
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
+<!--
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
+ -->
</environments>
</configuration>
</plugin>

Back to the top