Fabio Niephaus
Fabio Niephaus
Thanks for filling this issue. It's an unfortunate result of two updates in 22.2: the image builder running on the module path and LLVM no longer shipping by default. We're...
I don't think that's possible. You can run native images built for macOS/AMD64 on Apple Silicon via Rosetta 2.
Are you sure you used an amd64 GraalVM for macOS to generate the native image? Can you try building it on an Intel-based Mac? Then, copy over the native image...
Ah ok, so essentially, you want to build native image for Linux/aarch64 on your M1-powered Mac. You should just be able to do this with a Linux/aarch64 Docker container on...
@plokhotnyuk's info is accurate. Please feel free to re-open if you still have a problem with this.
Thanks for volunteering to work on this, @roberttoyonaga! Let us know if you need any help from our side.
Cool, that's good news! For JDK code, we do use internal features instead of JSON config files. An example is the [`JDKInitializationFeature`](https://github.com/oracle/graal/blob/292f4553a9cf5c341fff9f9503647f9d98dc36f2/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/jdk/JDKInitializationFeature.java), but we also have more specific ones such...
Splitting the config into server and client features sounds reasonable. If you think it can be merged with the ManagementFeature, please go ahead. This is something we can still discuss...
Thanks! What do we need to do to reproduce the linking issue you mentioned?
Great! What was the fix?