Peter Palaga

Results 252 comments of Peter Palaga

> we could provide a jvm based distribute as a universal version. That exists already. Download whichever build and use `mvnd.sh` instead of `mvnd`. The shell script starts a full...

BTW, this [GraalVM issue](https://github.com/oracle/graal/issues/2666) states that native executables for mac x86_64 are runnable on Apple silicon using [Rosetta Translation Environment](https://developer.apple.com/documentation/apple_silicon/about_the_rosetta_translation_environment) It would be interesting to compare the speed of the...

Reopening, because we want a Mac@AArch64 build when all the parts are available. This is also blocked by https://github.com/oracle/graal/issues/2666

There is some update in https://github.com/oracle/graal/issues/2666#issuecomment-1010183689 It says > JDK17 / labs-openjdk-17 supports darwin-aarch64 today but it is not clear to me whether the changes are released already and which...

This comment https://github.com/oracle/graal/issues/2666#issuecomment-1074884020 states > I'm pleased to announce that we uploaded the first snapshot containing darwin-aarch64: https://github.com/graalvm/graalvm-ce-dev-builds/releases/tag/22.1.0-dev-20220321_2332 > > The following components are available for this platform: > >...

A new issue for OSX arm64 runners hosted by GitHub was recently added to GH public roadmap: https://github.com/github/roadmap/issues/528 I think this issue won't move without that one.

Citing from https://github.com/actions/virtual-environments/issues/2187#issuecomment-1164711613 > Have contacted GitHub support and they hope to have it in place by end of FY2022.

> doing a build from source on M1 will help or I need to wait for official release? @orpiske 's script is still be the best way to get a...

@mprimeaux for running mvnd.sh with Java 8, please see https://github.com/apache/maven-mvnd/issues/669#issuecomment-1205335100 and https://github.com/apache/maven-mvnd/issues/547#issuecomment-1004889625

How were those M1 builds produced, @gnodet ?