Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-05 07:58:38 +0000
committerAlexander Kurtakov2020-08-05 07:58:38 +0000
commita0937fa09a981d1c303767558e6e6bcf02fb4115 (patch)
treef6592bfaf64f7f0b7c20f0c6435c4828bc9b870e /cje-production
parent076f77efea5969c3124452419c355e74f06124de (diff)
downloadeclipse.platform.releng.aggregator-a0937fa09a981d1c303767558e6e6bcf02fb4115.tar.gz
eclipse.platform.releng.aggregator-a0937fa09a981d1c303767558e6e6bcf02fb4115.tar.xz
eclipse.platform.releng.aggregator-a0937fa09a981d1c303767558e6e6bcf02fb4115.zip
Bug 565419 - Add Linux aarch64 build
Publish SDK and Platform tarballs. Change-Id: I31b74d2422dea632b8e33fc1f5ea57ab70b47f6a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'cje-production')
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index 7ce6e3336..73c1bc77f 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -53,6 +53,7 @@ if [ -z $PATCH_BUILD ]; then
TARGET_PRODUCTS_DIR=$ECLIPSE_BUILDER_DIR/sdk/target/products
if [ -d $TARGET_PRODUCTS_DIR ]; then
pushd $TARGET_PRODUCTS_DIR
+ cp org.eclipse.sdk.ide-linux.gtk.aarch64.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-SDK-$BUILD_ID-linux-gtk-aarch64.tar.gz
cp org.eclipse.sdk.ide-linux.gtk.ppc64le.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-SDK-$BUILD_ID-linux-gtk-ppc64le.tar.gz
cp org.eclipse.sdk.ide-linux.gtk.x86_64.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-SDK-$BUILD_ID-linux-gtk-x86_64.tar.gz
cp org.eclipse.sdk.ide-macosx.cocoa.x86_64.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-SDK-$BUILD_ID-macosx-cocoa-x86_64.tar.gz
@@ -66,6 +67,7 @@ if [ -z $PATCH_BUILD ]; then
TARGET_PRODUCTS_DIR=$ECLIPSE_BUILDER_DIR/platform/target/products
if [ -d $TARGET_PRODUCTS_DIR ]; then
pushd $TARGET_PRODUCTS_DIR
+ cp org.eclipse.platform.ide-linux.gtk.aarch64.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-platform-$BUILD_ID-linux-gtk-aarch64.tar.gz
cp org.eclipse.platform.ide-linux.gtk.ppc64le.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-platform-$BUILD_ID-linux-gtk-ppc64le.tar.gz
cp org.eclipse.platform.ide-linux.gtk.x86_64.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-platform-$BUILD_ID-linux-gtk-x86_64.tar.gz
cp org.eclipse.platform.ide-macosx.cocoa.x86_64.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-platform-$BUILD_ID-macosx-cocoa-x86_64.tar.gz

Back to the top