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
After oracle/graal#4171 was merged, the native platforms are redefined
Therefore, current integration tests using graalvm-dev from head fail on macOS with:
[SUB] Error: Could not instantiate platform class org.graalvm.nativeimage.Platform$DARWIN_AMD64. Ensure the class is not abstract and has a no-argument constructor.
[SUB] Error: Image build request failed with exit status 1
Substrate will need a check of use org.graalvm.nativeimage.Platform$DARWIN_AMD64 before 22.1 or org.graalvm.nativeimage.Platform$MACOS_AMD64 after.
The text was updated successfully, but these errors were encountered:
After oracle/graal#4171 was merged, the native platforms are redefined
Therefore, current integration tests using graalvm-dev from head fail on macOS with:
Substrate will need a check of use
org.graalvm.nativeimage.Platform$DARWIN_AMD64
before 22.1 ororg.graalvm.nativeimage.Platform$MACOS_AMD64
after.The text was updated successfully, but these errors were encountered: