Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-03-13 08:43:48 +0000
committerSravan Kumar Lakkimsetti2021-03-13 08:43:48 +0000
commitf2cf529f2f191b79a200fe9640f8f4b921004f46 (patch)
tree552e7c4a29f05812f0bc975c0db4f0687fd6832a
parent6a5732f27cf3794413a1984788f70beb972ef641 (diff)
downloadeclipse.platform.releng.aggregator-f2cf529f2f191b79a200fe9640f8f4b921004f46.tar.gz
eclipse.platform.releng.aggregator-f2cf529f2f191b79a200fe9640f8f4b921004f46.tar.xz
eclipse.platform.releng.aggregator-f2cf529f2f191b79a200fe9640f8f4b921004f46.zip
Bug 570540 - Build eclipse for Mac M1 processor architecture
Change-Id: I83e656289ffdc4b7f26cd7b910b59d2acdbbb3d9 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/mbscripts/mb310_gatherEquinoxParts.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cje-production/mbscripts/mb310_gatherEquinoxParts.sh b/cje-production/mbscripts/mb310_gatherEquinoxParts.sh
index 9604a786c..61c6b3f2f 100755
--- a/cje-production/mbscripts/mb310_gatherEquinoxParts.sh
+++ b/cje-production/mbscripts/mb310_gatherEquinoxParts.sh
@@ -32,6 +32,7 @@ if [ -d $REPO_DIR ]; then
cp org.eclipse.rt.osgistarterkit.product-linux.gtk.x86_64.tar.gz $CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID/EclipseRT-OSGi-StarterKit-$BUILD_ID-linux-gtk-x86_64.tar.gz
cp org.eclipse.rt.osgistarterkit.product-macosx.cocoa.x86_64.tar.gz $CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID/EclipseRT-OSGi-StarterKit-$BUILD_ID-macosx-cocoa-x86_64.tar.gz
cp org.eclipse.rt.osgistarterkit.product-macosx.cocoa.x86_64.dmg $CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID/EclipseRT-OSGi-StarterKit-$BUILD_ID-macosx-cocoa-x86_64.dmg
+ cp org.eclipse.rt.osgistarterkit.product-macosx.cocoa.arm64.dmg $CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID/EclipseRT-OSGi-StarterKit-$BUILD_ID-macosx-cocoa-arm64.dmg
cp org.eclipse.rt.osgistarterkit.product-win32.win32.x86_64.zip $CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID/EclipseRT-OSGi-StarterKit-$BUILD_ID-win32-win32-x86_64.zip
popd
fn-notarize-macbuild "$CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID" EclipseRT-OSGi-StarterKit-$BUILD_ID-macosx-cocoa-x86_64.dmg

Back to the top