-
Notifications
You must be signed in to change notification settings - Fork 317
rlimit: allow compiling rlimit on non-linux systems #624
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
base: main
Are you sure you want to change the base?
Conversation
Would you mind handling all cases and tests, where |
I would prefer to attempt doing this separately.
Anyways, I am not against it, and all for it, just will do it later. |
Or did you mean to handle this in the dependent code and not touch the |
To me, a rollback of this change would be easier if such dependent packages would also be updated accordingly.
I don't have a preference on this. |
On a second thought I would rather do it once in @florianl Would you prefer to keep the current approach of the current PR or would you prefer me to open an alternative PR for the |
Just hand another idea |
Something like this: This allows compiling and starting coredump tests on darwin already |
Similar to #612
This will eventually help allowing running some unit tests (for example coredump tests) without spawning a full linux OS on non linux systems (at least darwin)