This repository has been archived by the owner on Jun 1, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update builder to use GraalVM 19 release (#4)
* bump to release version of graal & see what breaks GraalVM was released, and it looks like there were quite a few API changes from the latest "release candidate" to the release version -- including the removal of native-image from the default install. I guess they don't really get the concept of a release candidate... well, lets start by just bumping the version number and seeing what breaks as a starting point. * fix: metadata checksum issue with ol7_developer appears to be entirely unrelated to the other upgrades we are doing now, but necessary to get things working again until the oracle servers get their act back together? * restore native-image in docker builder * graalvm download archive file URL path changes archive files have swapped positioning of platform<->version, and macOS has reverted back to using less userfriendly "darwin" identifier. * ci: immediately exit in build on error apparently azure CI treats scripts like.. actual scripts! which means we need set -e to have a command exit halt everything. * ci: gu install native-image lets see if this puts things where it should go or requires some PATH manipulation. fingers crossed.
- Loading branch information