Skip to content
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

win, build: remove superfluous error message #22580

Closed
wants to merge 1 commit into from

Conversation

bzoz
Copy link
Contributor

@bzoz bzoz commented Aug 29, 2018

When building from clean checkout, vcbuild will produce superfluous error message about missing .tmp_gyp_configure_stamp and .gyp_configure_stamp:

[vcvarsall.bat] Environment initialized for: 'x64'
Found MSVS version 15.0
Could Not Find (...)\node\.tmp_gyp_configure_stamp
Could Not Find (...)\node\.gyp_configure_stamp
configure  --with-pch --dest-cpu=x64
creating icu_config.gypi

This removes both those messages.

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

When building from clean checkout, `vcbuild` will produce superfluous
error message about missing .tmp_gyp_configure_stamp and
.gyp_configure_stamp. This removes both those messages.
@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform. labels Aug 29, 2018
@bzoz
Copy link
Contributor Author

bzoz commented Aug 29, 2018

@BridgeAR
Copy link
Member

@nodejs/platform-windows @nodejs/build-files PTAL

@refack
Copy link
Contributor

refack commented Aug 31, 2018

@bzoz I'm kind of on a "add more comments" kick, so could you add comments as to why it's Ok to swallow the errors?

@refack
Copy link
Contributor

refack commented Aug 31, 2018

@addaleax
Copy link
Member

addaleax commented Sep 2, 2018

Landed in 86dc0ba

@addaleax addaleax closed this Sep 2, 2018
addaleax pushed a commit that referenced this pull request Sep 2, 2018
When building from clean checkout, `vcbuild` will produce superfluous
error message about missing .tmp_gyp_configure_stamp and
.gyp_configure_stamp. This removes both those messages.

PR-URL: #22580
Reviewed-By: Refael Ackermann <[email protected]>
targos pushed a commit that referenced this pull request Sep 2, 2018
When building from clean checkout, `vcbuild` will produce superfluous
error message about missing .tmp_gyp_configure_stamp and
.gyp_configure_stamp. This removes both those messages.

PR-URL: #22580
Reviewed-By: Refael Ackermann <[email protected]>
targos pushed a commit that referenced this pull request Sep 3, 2018
When building from clean checkout, `vcbuild` will produce superfluous
error message about missing .tmp_gyp_configure_stamp and
.gyp_configure_stamp. This removes both those messages.

PR-URL: #22580
Reviewed-By: Refael Ackermann <[email protected]>
targos pushed a commit that referenced this pull request Sep 6, 2018
When building from clean checkout, `vcbuild` will produce superfluous
error message about missing .tmp_gyp_configure_stamp and
.gyp_configure_stamp. This removes both those messages.

PR-URL: #22580
Reviewed-By: Refael Ackermann <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants