graalvm / mandrel

Mandrel is a downstream distribution of the GraalVM community edition. Mandrel's main goal is to provide a native-image release specifically to support Quarkus.
Other
397 stars 15 forks source link

[CI] Add Mandrel CI jobs #754

Closed jerboaa closed 5 months ago

jerboaa commented 5 months ago
jerboaa commented 5 months ago

I'll move this out of draft once we have issues created using the @mandrelbot account (See FIXME comments).

jerboaa commented 5 months ago

I added the new issue numbers as suggestions.

Thanks!

Updated the PR and it's ready for review now.

jerboaa commented 5 months ago

Mandrel build fails because the adoptium API doesn't yet return JDK 24 EA builds:

Run curl -sL https://api.adoptium.net/v3/binary/latest/24/ea/linux/x64/jdk/hotspot/normal/eclipse -o jdk.tar.gz
tar: This does not look like a tar archive

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Tracked in this issue: https://github.com/adoptium/api.adoptium.net/issues/1077