inkytonik / cooma

The Cooma project is investigating secure programming language design based on fine-grained object capabilities.
Mozilla Public License 2.0
3 stars 2 forks source link

Fix GraalVM native image generation #2

Open inkytonik opened 3 years ago

inkytonik commented 3 years ago

Replace current GraalVM native image creation with a more robust process, perhaps using sbt-native-image.

inkytonik commented 3 years ago

sbt-native-image 0.3.0 has automatic native-image-agent configuration which seems very useful.

inkytonik commented 3 years ago

Also look at clean build which gets a bunch of warnings about not being able to determine the source code for some files.