Deploy svm-capnproto-runtime and espresso-svm#513
Conversation
Both are new dependencies which aren't yet in the deploy set. We need to deploy artefacts so that they carry over from the Java build to the native build.
|
CI failures seem related, please have a look. |
Hmm, seems to build |
Mandrel packaging cannot be used for graal/master (it requires a labsjdk as base). Therefore, move to the mandrel/25.0 branch.
Should look better with 9e0e959 Note that I've removed mac-13 runner since that one is no longer available in GHA. mac-15 would be still available, not sure what the point of the mac-13 run was. That's for a different PR. |
IIRC mac-13 was meant to test MacOS on intel hardware. IMHO it's fine to drop. |
Both are new dependencies which aren't yet in the deploy set. We need to deploy artefacts so that they carry over from the Java build to the native build.
See also:
Once this is in master, I intend to cherry-pick to the 25.0 branch. I've verified the patch by using
--skip-nativeand--maven-deploy-localand inspecting the.m2/repositorybefore and after the patch. The two artefacts aren't there before and are after.