Skip to content

Commit

Permalink
Publish Equinox/SWT artifacts and SDK products for Linux on RISC-V 64
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Sep 26, 2024
1 parent fbfd5f6 commit f777d02
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
id="SLG2PPC64LE"
name="Linux (64 bit version for Power PC)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
<platform
id="SLG2RISCV64"
name="Linux (64 bit version for RISC-V)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-riscv64.tar.gz"></platform>
<platform
id="SLG2AARCH64"
name="Linux (64 bit version for AArch64)"
Expand Down Expand Up @@ -70,6 +74,10 @@
id="PLG2PPC64LE"
name="Linux (64 bit version for Power PC)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
<platform
id="PLG2RISCV64"
name="Linux (64 bit version for RISC-V)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk-riscv64.tar.gz"></platform>
<platform
id="PLG2AARCH64"
name="Linux (64 bit version for AArch64)"
Expand Down Expand Up @@ -116,6 +124,10 @@
id="SWTLG2PPC64LE"
name="Linux (64 bit version for Power PC)"
fileName="swt-${BUILD_ID}-gtk-linux-ppc64le.zip"></platform>
<platform
id="SWTLG2RISCV64"
name="Linux (64 bit version for RISC-V)"
fileName="swt-${BUILD_ID}-gtk-linux-riscv64.zip"></platform>
<platform
id="SWTLG2AARCH64"
name="Linux (64 bit version for AArch64)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<buildRepos os="win32" ws="win32" arch="x86_64" archiveName="${archiveRoot}-win32.win32.x86_64.${buildId}.zip" />
<buildRepos os="linux" ws="gtk" arch="x86_64" archiveName="${archiveRoot}-linux.gtk.x86_64.${buildId}.tar.gz" />
<buildRepos os="linux" ws="gtk" arch="ppc64le" archiveName="${archiveRoot}-linux.gtk.ppc64le.${buildId}.tar.gz" />
<buildRepos os="linux" ws="gtk" arch="aarch64" archiveName="${archiveRoot}-linux.gtk.aarch64.${buildId}.tar.gz" />
<buildRepos os="linux" ws="gtk" arch="riscv64" archiveName="${archiveRoot}-linux.gtk.riscv64.${buildId}.tar.gz" />
<buildRepos os="linux" ws="gtk" arch="aarch64" archiveName="${archiveRoot}-linux.gtk.aarch64.${buildId}.tar.gz" />
<buildRepos os="macosx" ws="cocoa" arch="x86_64" archiveName="${archiveRoot}-macosx.cocoa.x86_64.${buildId}.tar.gz" />
<buildRepos os="macosx" ws="cocoa" arch="aarch64" archiveName="${archiveRoot}-macosx.cocoa.aarch64.${buildId}.tar.gz" />
</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,11 @@
id="SLG2PPC64LE"
name="Linux (PPC64LE/GTK+)"
fileName="launchers-linux.gtk.ppc64le.${BUILD_ID}.tar.gz" />
<platform
format="equinox"
id="SLG2RISCV64"
name="Linux (RISC-V64/GTK+)"
fileName="launchers-linux.gtk.riscv64.${BUILD_ID}.tar.gz" />
<platform
format="equinox"
id="SLG2AARCH64"
Expand Down

0 comments on commit f777d02

Please sign in to comment.