Deploy nativeimage-libgraal.jar#515
Conversation
It's a dependency of the native image builder in version 25. Deploy it so that it carries over from the Java to the native build.
|
If OK, I'll also cherry-pick to the 25.0 branch once it's been integrated. Checked with a local build with |
|
Shouldn't this have been caught by our GHA that uses local maven ? Cab we do anything to catch such issues in the future? |
Perhaps old artifacts are being picked thanks to cache? |
I don't think so. We'd need to change the mandrel packaging script to use deployed artefacts in the 2-step-workflow. That's not yet the case. Since the build uses the one from
Probably. It's a bit annoying to re-create in CI though. Feel free to work on it. |
|
Thanks for the review! |
It's a dependency of the native image builder in version 25. Deploy it so that it carries over from the Java to the native build.
Same deal as #514 yesterday.
See also: