substrate
substrate copied to clipboard
iOS/iOS sim must use Gluon's GraalVM build
While it is recommended that all platforms use the Gluon's GraalVM builds, on iOS and iOS-simulator it is mandatory, as there are some required patches that are not present on other builds (official releases or dev builds). There is a warning now, but this should be critical.
@jperedadnr we really appreciate your work on improving support of GraalVM for ios/Android, (ideally making a better kotlin native alternative) However I just wanted to say the obvious thing that it would be nice to upstream the IOS patches in GraalVM :)
Actually, the latest release (https://github.com/gluonhq/graal/releases/tag/gluon-22.1.0.1-Final) didn't need any iOS patch, but the previous one did as it applied patches that weren't ready for GraalVM 22.0.0 (what motivated this issue).
There are still some patches applied to Android, which can't be upstreamed though.
Excellent @jperedadnr not all heroes wear capes :)
still some patches applied to Android, which can't be upstreamed though
May I ask why?