-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Support both GraalVM 19.2.1 and 19.3.0.2 - 19.3.0.2 SDK & 19.2.1 GraalVM image #6487
Conversation
The results are not so bad! Many quarkus-integration-test-main tests failed because of
The
|
I'm puzzled by the first one tbh. I don't think we have changed anything in this area so I'm quite surprised we have this sort of error. I wonder if it won't be a tricky thing with the For the second one, I'm thinking that we might have to add a |
I created #6503 to run the same native tests using the Next step for my local tests: run Quarkus with the |
Here's where I am so far:
|
Superseded by #6574. |
Fixes #6483
svm version (SDK): 19.3.0.2
GraalVM image version : 19.2.1
I'm submitting this to get an early CI result. I only ran a small part of the full Quarkus native build, so CI might fail (and it will probably be related to substitutions) in multiple modules.
I'll continue testing this PR locally while CI builds it (and hopefully succeeds!).