-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
LINK error when building image on window 2019 #3171
Comments
@machaval thanks for reporting the issue |
One update is that it works with 20.2 but not with 20.3 or 21. Cloning the repo with |
@machaval thanks for the reproducer |
@machaval I checked with our dev team, and its most probably a config issue |
Closing the issue as user did not respond in the last month |
FWIW, I'm running into the same issue on GitHub Actions, on a
Running into that in a private code base, which should be made public in the coming days. I can come up with a repro by then. |
@alexarchambault I'm having the exact same issue. Were you able to solve it? |
I've reported this here as an issue with the runner virtual environment as I cannot reproduce it locally for the life of me. |
We're still seeing this. We can't reproduce it locally but we've got it failing consistently on CI here. |
From what I was able to debug. The problem is an OutOfMemory problem. Looks like new version of compiler requires more memory and it fails with this error now. But the underlying problem is an OutOfMemory. |
Describe the issue
I'm running the build of my project on window 2019. And it is failing with
This build use to run with older 20.x versions of graal. I've updated because I was looking for the serialization feature.
Please see the log in
https://github.com/mulesoft-labs/data-weave-native/runs/1795694523?check_suite_focus=true
The text was updated successfully, but these errors were encountered: