graalvm / setup-graalvm

GitHub Action for setting up GraalVM distributions.
https://www.graalvm.org
Universal Permissive License v1.0
196 stars 28 forks source link

No report after enabing native-image-musl and building with --static --libc=musl #108

Open mio-19 opened 1 month ago

mio-19 commented 1 month ago

I changed my project to build with native-image-musl and --static --libc=musl

I noticed that report disappeared. There is an error message Warning: Unable to find build output data to create a report. Are you sure this build job has used GraalVM Native Image?

I don't now if it is related to my building environment or not. I haven't had time to create a minimal reproducible example

fniephaus commented 1 month ago

Thanks for the report, @mio-19. Can you provide a link to a build failing with this error?