Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-06-06 07:01:41 +0000
committerAlexander Kurtakov2018-06-06 07:01:41 +0000
commitb705943c401c6bb543f89e93f1d5008e944cce23 (patch)
tree72339abd4b635f4bf0e2f5adeb82f7a01fe2b344
parent64fcc86cce73630ca3e3217d7342e48d6f7ed22d (diff)
downloadeclipse.platform.releng.aggregator-b705943c401c6bb543f89e93f1d5008e944cce23.tar.gz
eclipse.platform.releng.aggregator-b705943c401c6bb543f89e93f1d5008e944cce23.tar.xz
eclipse.platform.releng.aggregator-b705943c401c6bb543f89e93f1d5008e944cce23.zip
Bug 518669 - Drop support for Linux ppc64 in 4.9
Removed ppc64 BE build in some configs replaced it with ppc64le as it was missing (e.g. publishing equinox launcher). Change-Id: Ib397bf23377ba17f8a70a4fbe541c3460e1814cf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml12
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml2
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml6
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties2
-rwxr-xr-xproduction/build-functions.shsource2
-rwxr-xr-xproduction/checkConfigIIUs.sh1
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml4
8 files changed, 6 insertions, 28 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 56d781a47..810049383 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -272,11 +272,6 @@
<environment>
<os>linux</os>
<ws>gtk</ws>
- <arch>ppc64</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
<arch>ppc64le</arch>
</environment>
<environment>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
index 3ec778828..66a973aa3 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
@@ -19,10 +19,6 @@
name="Linux (x86_64/GTK+)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
<platform
- id="SLG2PPC64"
- name="Linux (PPC64/GTK+)"
- fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64.tar.gz"></platform>
- <platform
id="SLG2PPC64LE"
name="Linux (PPC64LE/GTK+)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
@@ -93,10 +89,6 @@
name="Linux (x86_64/GTK+)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
<platform
- id="PLG2PPC64"
- name="Linux (PPC64/GTK+)"
- fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64.tar.gz"></platform>
- <platform
id="PLG2PPC64LE"
name="Linux (PPC64LE/GTK+)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
@@ -185,10 +177,6 @@
name="Linux (x86_64/GTK+)"
fileName="swt-${BUILD_ID}-gtk-linux-x86_64.zip"></platform>
<platform
- id="SWTLG2PPC64"
- name="Linux (PPC64/GTK+)"
- fileName="swt-${BUILD_ID}-gtk-linux-ppc64.zip"></platform>
- <platform
id="SWTLG2PPC64LE"
name="Linux (PPC64LE/GTK+)"
fileName="swt-${BUILD_ID}-gtk-linux-ppc64le.zip"></platform>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
index 5b773f8d5..9cc39647e 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
@@ -17,7 +17,7 @@
<buildRepos os="win32" ws="win32" arch="x86_64" archiveName="${archiveRoot}-win32.win32.x86_64.${buildId}.zip" />
<buildRepos os="linux" ws="gtk" arch="x86" archiveName="${archiveRoot}-linux.gtk.x86.${buildId}.tar.gz" />
<buildRepos os="linux" ws="gtk" arch="x86_64" archiveName="${archiveRoot}-linux.gtk.x86_64.${buildId}.tar.gz" />
- <buildRepos os="linux" ws="gtk" arch="ppc64" archiveName="${archiveRoot}-linux.gtk.ppc64.${buildId}.tar.gz" />
+ <buildRepos os="linux" ws="gtk" arch="ppc64le" archiveName="${archiveRoot}-linux.gtk.ppc64le.${buildId}.tar.gz" />
<buildRepos os="macosx" ws="cocoa" arch="x86_64" archiveName="${archiveRoot}-macosx.cocoa.x86_64.${buildId}.tar.gz" />
</target>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
index b362014e7..e0ee7c2a6 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
@@ -283,9 +283,9 @@
fileName="launchers-linux.gtk.x86_64.${BUILD_ID}.tar.gz" />
<platform
format="equinox"
- id="SLG2PPC64"
- name="Linux (PPC64/GTK+)"
- fileName="launchers-linux.gtk.ppc64.${BUILD_ID}.tar.gz" />
+ id="SLG2PPC64LE"
+ name="Linux (PPC64LE/GTK+)"
+ fileName="launchers-linux.gtk.ppc64le.${BUILD_ID}.tar.gz" />
<platform
format="equinox"
id="SMCC64"
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
index 787c8890f..2ecc2f0cb 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
@@ -33,8 +33,6 @@ root.linux.gtk.ppc64le.permissions.755=eclipse
root.linux.gtk.x86=rootfiles/linux.gtk.x86,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86
root.linux.gtk.x86.permissions.755=eclipse
-root.linux.gtk.ppc64=rootfiles/linux.gtk.ppc64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64
-root.linux.gtk.ppc64.permissions.755=eclipse
root.linux.gtk.x86_64=rootfiles/linux.gtk.x86_64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64
root.linux.gtk.x86_64.permissions.755=eclipse
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index a85684df1..0bd567afa 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -681,7 +681,6 @@ fn-gather-sdk ()
if [[ -d "$TARGET_PRODUCTS" ]]
then
pushd "$TARGET_PRODUCTS"
- cp org.eclipse.sdk.ide-linux.gtk.ppc64.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64.tar.gz
cp org.eclipse.sdk.ide-linux.gtk.ppc64le.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz
cp org.eclipse.sdk.ide-linux.gtk.x86_64.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz
cp org.eclipse.sdk.ide-linux.gtk.x86.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-linux-gtk.tar.gz
@@ -720,7 +719,6 @@ fn-gather-platform ()
if [[ -d "$TARGET_PRODUCTS" ]]
then
pushd "$TARGET_PRODUCTS"
- cp org.eclipse.platform.ide-linux.gtk.ppc64.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-linux-gtk-ppc64.tar.gz
cp org.eclipse.platform.ide-linux.gtk.ppc64le.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz
cp org.eclipse.platform.ide-linux.gtk.x86_64.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz
cp org.eclipse.platform.ide-linux.gtk.x86.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-linux-gtk.tar.gz
diff --git a/production/checkConfigIIUs.sh b/production/checkConfigIIUs.sh
index 818d95ad6..5af9704d5 100755
--- a/production/checkConfigIIUs.sh
+++ b/production/checkConfigIIUs.sh
@@ -36,7 +36,6 @@ ECLIPSE_BUILD_DIR="${AGGR_DIR}/eclipse.platform.releng.tychoeclipsebuilder"
declare -a PLATFORMS=( \
cocoa.macosx.x86_64 \
-gtk.linux.ppc64 \
gtk.linux.ppc64le \
gtk.linux.x86 \
gtk.linux.x86_64 \
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 74922c966..421c54f9a 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1009,7 +1009,7 @@
</condition>
<condition
property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-linux-gtk-ppc64.tar.gz">
+ value="eclipse-SDK-${buildIdToUse}-linux-gtk-ppc64le.tar.gz">
<and>
<equals
arg1="${os}"
@@ -1019,7 +1019,7 @@
arg2="gtk" />
<equals
arg1="${arch}"
- arg2="ppc64" />
+ arg2="ppc64le" />
</and>
</condition>
<condition

Back to the top