amino-os / Amino.Run

Amino Distributed OS - Runtime Manager
Apache License 2.0
29 stars 12 forks source link

Fallback GraalVM version from RC14 to RC8 #739

Closed AmitRoushan closed 5 years ago

AmitRoushan commented 5 years ago

Fixes #738 As discussed in issue #738 and #658 , Falling back to GraalVM version RC8. Detail description are available in issues.

Note: PR can be merged after PR #736.

AmitRoushan commented 5 years ago

Build status: image

VenuReddy2103 commented 5 years ago

Also update https://github.com/Huawei-PaaS/Amino.Run/blob/master/docs/getting-started/getting-started.md Selection_045

AmitRoushan commented 5 years ago

@VenuReddyHuawei Updated comment/documents as per your suggestion

AmitRoushan commented 5 years ago

@quinton-hoole @sungwook-moon I just observed one specific comment in GraalVM RC8 release note.

The GraalVM CE image for MacOS currently depends on some libraries that are not installed by default on current MacOS versions. This might cause issues with UI-related functionality (Library not loaded: /usr/X11/lib/libfreetype.6.dylib).

Release link : https://github.com/oracle/graal/releases/tag/vm-1.0.0-rc8 Please help me validate if this is causing any problem on MacOS.

quinton-hoole commented 5 years ago

@AmitRoushan I believe that comment has been present in all the release notes prior to RC10. I have XQuartz installed and I have never run into any problems.

https://github.com/oracle/graal/releases/tag/vm-1.0.0-rc9 https://github.com/oracle/graal/releases/tag/vm-1.0.0-rc7 https://github.com/oracle/graal/releases/tag/vm-1.0.0-rc6 https://github.com/oracle/graal/releases/tag/vm-1.0.0-rc5

AmitRoushan commented 5 years ago

kvstorejs app run report : image

sungwook-moon commented 5 years ago

Confirm that this downgrade works on my macbook. Tested kvstorejs and hankstodoruby as well with success.

quinton-hoole commented 5 years ago

Approved. Merging.