Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Windows on Arm64 (WoA) in build-jre.sh #1

Merged
merged 1 commit into from Jan 23, 2023

Conversation

chirontt
Copy link
Contributor

@chirontt chirontt commented Jan 22, 2023

With this PR, on an WoA box and using a MSYS2 terminal, here are the steps to package the JREs for WoA platform using the latest OpenJDK 17 built by Microsoft for WoA:

$ cd releng/org.eclipse.justj.releng
$ export ARCH=aarch64
$ export ECLIPSE_URL=https://github.com/chirontt/eclipse.platform.releng.aggregator/releases/download/R4_26_win32_aarch64/eclipse-SDK-4.26-win32-aarch64.zip
$ export JDK_URLS_WINDOWS=https://aka.ms/download-jdk/microsoft-jdk-17.0.5-windows-aarch64.zip
$ ./build-jre.sh

I've made the resulting (unofficial) JRE 17.0.5 packages for WoA available in my fork.

On an WoA box and using a MSYS2 terminal, to package the JREs for WoA
platform using the latest OpenJDK 17 created by Microsoft for WoA:

$ export ARCH=aarch64
$ export ECLIPSE_URL=https://github.com/chirontt/eclipse.platform.releng.aggregator/releases/download/R4_26_win32_aarch64/eclipse-SDK-4.26-win32-aarch64.zip
$ export JDK_URLS_WINDOWS=https://aka.ms/download-jdk/microsoft-jdk-17.0.5-windows-aarch64.zip
$ ./build-jre.sh
@merks merks merged commit 40314be into eclipse-justj:master Jan 23, 2023
@merks
Copy link
Contributor

merks commented Jan 23, 2023

@chirontt
Thank you.

@gdams
I wonder if there are any plans for Temurin to provide aarch64 variants?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants