-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Build crash 0.12.4 -> 0.12.7 #4482
Comments
CC @alexarchambault, seems like it has to do with the dependency resolution overhaul |
For the sake of transparency, I tried to reproduce this in a cleanroom with a very similar setup and I couldn't - worked as expected - so I'm not quite sure what to do next, as that makes it look like an repo specific problem. I'm not clear where to start on figuring it out though. |
At length I managed to get this project to provide a similar error, however, I'm not sure whether it's related to my original issue or not. Should be able to open up a devcontainer / clone the "nativeLink" branch here; Then
In this specific case, I think that the scalanativelib-worker artefact doesn't exist, because I've set it to be scala native 0.4, so this might be a red herring. |
I got this crash as well. I had to fix some
I fixed it by:
I didn't look into it at all what the underlying reason could be. But looks like |
Could be there is already a fix for it |
I agree with @gamlerhart's suggestion, overriding |
I can't easily share the actual build, which is not public. The error message is suggestive, that it is something to do with my useage of smithys mill plugin.
Here's the list of plugins.
The error message points (to me) at smithy. Recorded for posterity. I have some public mill <.-> smithy experiments so if I have the chance later, I'll try and configure one and see if I can reproduce shareably.
The text was updated successfully, but these errors were encountered: