Closed lread closed 1 year ago
SnakeYAML, and therefore clj-yaml, needs some config/options specified to work successfully with GraalVM native-image.
This config can be specified in a lib in such a way it will automatically be picked up by GraalVM native-image.
native-image
Here's an example of such a config from babashka.
This work implies adding native-image tests on CI.
Currently known to be needed is:
--initialize-at-build-time=org.yaml.snakeyaml
Yep, let's add such a config.
SnakeYAML, and therefore clj-yaml, needs some config/options specified to work successfully with GraalVM native-image.
This config can be specified in a lib in such a way it will automatically be picked up by GraalVM
native-image
.Here's an example of such a config from babashka.
This work implies adding native-image tests on CI.
Currently known to be needed is: