-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
"make fmt" fails on windows #14438
Comments
Maybe we should split the go files as multiple times. |
I've been looking into this but I don't find how we can split the GO_SOURCES_OWN by size, without invoking a shell command that bumps into the same command length limitation. What I could see working is splitting it up in GO_PROD_SOURCES_OWN and GO_TEST_SOURCES_OWN. |
@jpraet Please try the new PR |
@wxiaoguang yes, your PR fixes the problem. Thanks. |
Description
I think the maximum length of 32,767 characters for CreateProcess command is exceeded.
The text was updated successfully, but these errors were encountered: