-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
Update Mill to 0.12.10 #4865
base: 0.12.x
Are you sure you want to change the base?
Update Mill to 0.12.10 #4865
Conversation
transitiveCoursierProjects
cause OOM on large build (#4452)
Interestingly, this fails with this message:
Looks like an issue which should be fixed in Mill 0.12.9 |
Seems like it might be related to @alexarchambault's changes to pass the build graph to coursier and treat internal modules same as third-party libraries |
Applying the bootstrap patch with |
@alexarchambault Thanks! |
Constantly running into
Only now, I found out this is nothing new: #4556 |
I'm almost thinking, this issue is valid (in tests) and might be related to how we handle module loading via coursier. At least, in contrast to #4556, where the root exception is "Stream closed", here it is a |
Fix most deprecation warning in the buildfiles itself.