-
Notifications
You must be signed in to change notification settings - Fork 121
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
Work around getrlimit syscall error on darwin #286
Conversation
Thanks for sending in a PR to fix the issue! |
@achew22 Could you cut a release here? I'd love to get this change into the homebrew formula. |
@jeremyschlatter, working on this. Sorry it's taking so long. There is an incompatibility between rules_go and the way I build the multi platform binaries that I haven't run in a while so I have to figure out what's going on. |
I'm just going to live-blog this. Something about skylib and rules_go is not interacting well together
|
I'm invoking using
|
Seems recent enough. I moved loading Now when I build the npm
as the version, which I think means it is stamping but the value isn't being loaded correctly? |
Adding an assert to validate that demonstrates that yes, there is something weird there. I now get the panic
I wonder what's up with that |
I suspect it is related to this PR in
Makes sense... but I think I'm setting the --stamp flag |
Rebuilding with Output:
|
Being more explicit gets similar results:
Linker invocation:
Huh...
|
Filed bazel-contrib/rules_go#2224 with rules_go. Let's see what I did wrong there. Unfortunately I don't have more than an hour to work on this today. Will pick up when there is action on that bug. |
Thanks for the updates, @achew22 |
Fixes #285