Skip to content
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

/bin/bash: Argument list too long #42

Closed
stephanheinze opened this issue Jun 29, 2016 · 3 comments
Closed

/bin/bash: Argument list too long #42

stephanheinze opened this issue Jun 29, 2016 · 3 comments
Assignees
Labels

Comments

@stephanheinze
Copy link

stephanheinze commented Jun 29, 2016

Trying to compile a library with several thousand (generated) go-files will cause failure because of a too long argument list passed to bash.

@yugui
Copy link
Contributor

yugui commented Jun 30, 2016

Is it possible to build the go package with "go build"?
If it is possible, I'll treat this issue as a bug.

@yugui yugui self-assigned this Jun 30, 2016
@damienmg
Copy link
Contributor

For most of the rule we use a param files that we generate to avoid hiting
the bash command line limit.

On Thu, Jun 30, 2016 at 2:49 PM Yuki Yugui Sonoda notifications@github.com
wrote:

Is it possible to build the go package with "go build"?
If it is possible, I'll treat this issue as a bug.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#42 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ADjHfy23dY0esVBv4dm4pzPrnQFNhqj0ks5qQ7tdgaJpZM4JBWYl
.

@stephanheinze
Copy link
Author

I've published the repository: github.com/fgrid/iso20022
The master branch ist go-getable.
I've setup a bazel-build branch that's NOT buildable by bazel with rules_go 0.0.3.

Hope that helps.

Warning: loads of files :-)
Compiling takes some CPU time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants