Skip to content

Conversation

@gibfahn
Copy link
Member

@gibfahngibfahn commented Apr 1, 2017

Using xargs -r on some platforms and xargs on others doesn't work,
we can't guarantee whether xargs is GNU or not. Avoid the issue by only
running kill if there are processes to clean.

I ran into this as I'm on macOS, but have a GNU xargs (from brew install findutils).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

build

cc/ @Trott @nodejs/build

EDIT: CI: https://ci.nodejs.org/job/node-test-commit/8825/ - CI is green

@gibfahngibfahn requested a review from TrottApril 1, 2017 18:59
@nodejs-github-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label Apr 1, 2017
Copy link
Member

@TrottTrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much better. Thanks for this. LGTM if CI is green.

Using `xargs -r` on some platforms and `xargs` on others doesn't work, we can't guarantee whether xargs is GNU or not. Avoid the issue by only running kill if there are processes to clean. PR-URL: nodejs#12158 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
@gibfahngibfahn merged commit d19809a into nodejs:masterApr 4, 2017
@gibfahngibfahn deleted the xargs-makefile branch April 4, 2017 09:49
@jasnelljasnell mentioned this pull request Apr 4, 2017
@italoacasas
Copy link

cc @gibfahn

@gibfahngibfahn restored the xargs-makefile branch April 11, 2017 09:49
@gibfahngibfahn deleted the xargs-makefile branch April 11, 2017 09:49
@gibfahn
Copy link
MemberAuthor

v7.x backport: #12337

gibfahn added a commit to gibfahn/node that referenced this pull request May 22, 2017
Using `xargs -r` on some platforms and `xargs` on others doesn't work, we can't guarantee whether xargs is GNU or not. Avoid the issue by only running kill if there are processes to clean. PR-URL: nodejs#12158
@gibfahn
Copy link
MemberAuthor

Should land after #11246

gibfahn added a commit that referenced this pull request Jun 18, 2017
Using `xargs -r` on some platforms and `xargs` on others doesn't work, we can't guarantee whether xargs is GNU or not. Avoid the issue by only running kill if there are processes to clean. PR-URL: #12158 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
gibfahn added a commit that referenced this pull request Jun 20, 2017
Using `xargs -r` on some platforms and `xargs` on others doesn't work, we can't guarantee whether xargs is GNU or not. Avoid the issue by only running kill if there are processes to clean. PR-URL: #12158 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jul 11, 2017
Using `xargs -r` on some platforms and `xargs` on others doesn't work, we can't guarantee whether xargs is GNU or not. Avoid the issue by only running kill if there are processes to clean. PR-URL: #12158 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Jul 18, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@gibfahn@italoacasas@jasnell@Trott@richardlau@addaleax@nodejs-github-bot