Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2014-09-08 12:26:03 +0000
committerArun Thondapu2014-09-08 12:26:03 +0000
commit434390654439ca4d39457e6569d3b98c50447b1c (patch)
tree25656688e1a149b56f1948a81b094953f8dd9059 /bundles/org.eclipse.swt/buildSWT.xml
parent618ea1fc1862847b1f213e3a50231b6a5f80d3ae (diff)
downloadeclipse.platform.swt-434390654439ca4d39457e6569d3b98c50447b1c.tar.gz
eclipse.platform.swt-434390654439ca4d39457e6569d3b98c50447b1c.tar.xz
eclipse.platform.swt-434390654439ca4d39457e6569d3b98c50447b1c.zip
Do not run check connection target for ppc64le
Change-Id: I8d0c361f19e8bc01cc96406a6985e7e9fb6b0219 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index a26aa9d481..f5003f82bb 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -235,13 +235,14 @@
trust="true"
outputproperty="m_linux_ppc64_output"
command="hostname"/>
- <sshexec host="${m_linux_ppc64le}"
+ <!-- Enable this only after the ppc64le build machine is ready -->
+ <!-- <sshexec host="${m_linux_ppc64le}"
username="swtbuild"
keyfile="${keyfile}"
failonerror="false"
trust="true"
outputproperty="m_linux_ppc64le_output"
- command="hostname"/>
+ command="hostname"/-->
<sshexec host="${m_solaris_sparc}"
username="swtbuild"
@@ -320,12 +321,12 @@
<matches pattern="x${m_linux_ppc64_output}*" string="x${m_linux_ppc64}"/>
</and>
</condition>
- <condition property="m_linux_ppc64le_test" value="${success_msg}" else="${fail_msg}">
+ <!--<condition property="m_linux_ppc64le_test" value="${success_msg}" else="${fail_msg}">
<and>
<length string="${m_linux_ppc64le_output}" when="greater" length="0"/>
<matches pattern="x${m_linux_ppc64le_output}*" string="x${m_linux_ppc64le}"/>
</and>
- </condition>
+ </condition-->
<condition property="m_solaris_sparc_test" value="${success_msg}" else="${fail_msg}">
<and>
<length string="${m_solaris_sparc_output}" when="greater" length="0"/>
@@ -365,7 +366,7 @@
<echo>${m_linux_rh3_x86_64} ${m_linux_rh3_x86_64_test}</echo-->
<echo>${m_linux_ppc} - ${m_linux_ppc_test}</echo>
<echo>${m_linux_ppc64} - ${m_linux_ppc64_test}</echo>
- <echo>${m_linux_ppc64le} - ${m_linux_ppc64le_test}</echo>
+ <!--<echo>${m_linux_ppc64le} - ${m_linux_ppc64le_test}</echo-->
<echo>${m_solaris_sparc} - ${m_solaris_sparc_test}</echo>
<echo>${m_solaris_x86} - ${m_solaris_x86_test}</echo>
<echo>${m_aix} - ${m_aix_test}</echo>

Back to the top