-
Notifications
You must be signed in to change notification settings - Fork 14
Added notice about timeout function for macOs.
#6279
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
|
|
|
Looking to my own system, macOS seems to have the timeout command from coreutils ( |
yep, probably you installed it at some point. |
|
I understand that, but why did you use |
If I understand correctly coreutils would provide So, I think using |
This comment has been minimized.
This comment has been minimized.
timeout function available only on Linux.timeout function for macOs.
Motivation
While following the
README.mdsetup instructions on my personal MacBook, the first command(./build.sh -i runner)failed.After a short investigation, I discovered that macOS does not provide the
timeoutcommand by default. On macOS, the equivalent functionality is available via GNUcoreutilsasgtimeout.Changes
README.mdwith instructions for installingcoreutilson macOS.Workflow
🚀 Once your PR is reviewed and the CI green, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
tests/ormanifests/is modified ? I have the approval from R&P teambuild-XXX-imagelabel is present