You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the task "buildNativeLambda", it will default to downloading the oracle graalvm for native compilation.
See: Code for fetching the graalVM url for download
This code defaults to the oracle graalvm download.
Feature description
When using the task "buildNativeLambda", it will default to downloading the oracle graalvm for native compilation.
See:
Code for fetching the graalVM url for download
This code defaults to the oracle graalvm download.
The distribution url is configurable though, very nice. However the code afterward seems to rely on the oracle distrubtion structure, before it seems like it used the community repo
Maybe there could be a flag that decides if it should use the CE och Oracle distribution?
The way it is built right now will only support oracle graalvm.
The text was updated successfully, but these errors were encountered: