graalvm / mandrel-packaging

6 stars 8 forks source link

[23.1] Fix preview build #391

Closed jerboaa closed 7 months ago

jerboaa commented 7 months ago

Currently using --enable-preview is broken for Mandrel builds, since it doesn't install svm-foreign.jar in the right directory. This patch adds the relevant dependency (SVM_FOREIGN) and then installs it.

Closes: https://github.com/graalvm/mandrel/issues/658

jerboaa commented 7 months ago

I'll forward-port this to 24.0 and master once CI passes.

jerboaa commented 7 months ago

Thanks for the review!