Unset NIX_LDFLAGS, stop-gap fixing "Argument list too long" errors#136
Unset NIX_LDFLAGS, stop-gap fixing "Argument list too long" errors#136ixmatus wants to merge 1 commit intoadnelson:masterfrom
Conversation
I suspect this doesn't correctly fix adnelson#132 but I did want to open a PR with our (Awake Security) temporary workaround so that anyone else with this problem can find the temporary solution and so that we can discuss whether this suffices or if we want to approach solving this with the suggested `passAsFile` approach. Credit for this workaround goes entirely to @intractable (Joel Stanley).
|
So at Narrative Science we ran into this issue but specifically with So the solution we came up with was to patch |
|
Can we get an example derivation (or set thereof) that causes this error? If I have some time I'd like to dive in and see what's going on. |
|
I can concoct a failing case similar to the one we see with our project, I will have time to do that probably this weekend. |
I suspect this doesn't correctly fix #132 but I did want to open a PR with our (Awake Security) temporary workaround so that anyone else with this problem can discover this solution and so that we can discuss whether this suffices or if we want to approach solving this with the suggested
passAsFileapproach.Credit for this workaround goes entirely to @intractable (Joel Stanley).