fnproject / fdk-java

Java API and runtime for fn.
Apache License 2.0
142 stars 53 forks source link

Updated native-image to GraalVM 19.2.0. #213

Closed tzezula closed 5 years ago

tzezula commented 5 years ago

Updated native-image to GraalVM 19.2.0.

zootalures commented 5 years ago

Can you rebase, it should build now

tzezula commented 5 years ago

Thanks a lot. Rebased.

tzezula commented 5 years ago

I've forgot to delete openjdk:8-jdk-slim image locally and cached one was used. The recent openjdk:8-jdk-slim does not have packages for openjdk-8-doc and openjdk-8-source.

There are two possibilities install one from other repository add-apt-repository ppa:openjdk-r/ppa or maybe better use a prebuilt JVMCI enabled JDK which we provide at https://github.com/graalvm/openjdk8-jvmci-builder/releases. Using prebuilt JVMCI enabled JDK should also speed up the image build.