-
Notifications
You must be signed in to change notification settings - Fork 18k
x/vgo: import "github.com/Azure/azure-sdk-for-go": module source tree too big #25470
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
Comments
This looks like a duplicate (or perhaps a variant) of #25424 . |
The total files in the azure sdk is > 100MiB , mostly in the services directory. Some of this size appears to be caused by versioning service APIs by date, so probably a lot of duplicate code. The question this raises is: should there be a max module size? If so, what should this max size be? Can it be overridden (say from an env var)? |
Is there a workaround for this? Unfortunately I've hit this brick wall in my first vgo adventure (with rclone)! |
Right now I think the work around is to go get vgo, then adjust the 100 MiB limit to be higher. @rsc What do you think should be done here? The options I see are to:
|
Fixed by rsc. |
@oiooj do we have a commit or a CL so we can examine the fix? |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: