-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: improved flow regarding firewall script for macOS in building readme #18689
Conversation
@JMGordon hi! I think you should check these two options too:
|
BUILDING.md
Outdated
|
||
If the path to your build directory contains a space, the build will likely fail. | ||
|
||
After building, you may want to setup [firewall rules](tools/macosx-firewall.sh) | ||
to avoid popups asking to accept incoming network connections when running tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit suggestion:
After building, setting up [filewall rules](tools/macosx-firewall.sh) can avoid popups
asking to accept incoming network connections when running tests.
Looks like |
BUILDING.md
Outdated
|
||
If the path to your build directory contains a space, the build will likely fail. | ||
|
||
After building, setting up [filewall rules](tools/macosx-firewall.sh) can avoid popups |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming this was a typo in the suggestion from @jasnell and that this should have remained as firewall rules
.
@JMGordon would you be so kind and do a rebase to resolve the conflict in |
ping @JMGordon |
7b91ffc
to
4533b9f
Compare
I went ahead and rebased and added a commit that addressed the typo plus a suggested change from myself. So @jasnell PTAL |
still lgtm |
PR-URL: #18689 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #18689 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: nodejs#18689 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Moved some of the text around regarding setting up firewall rules on macOS to help
improve text flow.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)