TravaOpenJDK / trava-jdk-8-dcevm

dcevm-8 built on Travis (under construction)
Apache License 2.0
61 stars 42 forks source link

Are there any plan to release a native build for ARM - MacOS M1 chip? #5

Closed konglinghai123 closed 2 years ago

skybber commented 2 years ago

Unfortunatelly not, may be there is a way how to do it using github actions.

konglinghai123 commented 2 years ago

Can you give me a hint of what I should do?

skybber commented 2 years ago

You shoud fork this repo, and then look how the github actions are done in case of dcevm11 : https://github.com/TravaOpenJDK/trava-jdk-11-dcevm/actions , I would also suggest following project: https://github.com/uraimo/run-on-arch-action , may be you can go through Trava forks, may be some already solved this problem. Let know how you get on.

konglinghai123 commented 2 years ago

I downloaded the latest release "java8-openjdk-dcevm-osx.tar.gz" and install on my computer.The jvm can redefine the loaded class.It that means no promble?

skybber commented 2 years ago

Yes, then it's okay.

konglinghai123 commented 2 years ago

Nice!