FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

win, build: remove superfluous error message by bzoz · Pull Request #22580 · nodejs/node · GitHub

/ node Public

win, build: remove superfluous error message - #22580

Closed
bzoz wants to merge 1 commit into
nodejs:masterfrom
JaneaSystems:bartek-vcbuild-ifexists
Closed

win, build: remove superfluous error message#22580
bzoz wants to merge 1 commit into
nodejs:masterfrom
JaneaSystems:bartek-vcbuild-ifexists

Conversation

bzoz commented Aug 29, 2018

Copy link
Copy Markdown
Contributor

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.

Copy link
Copy Markdown
Collaborator

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 commented Aug 29, 2018

Copy link
Copy Markdown
Contributor Author

Copy link
Copy Markdown
Member

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

refack commented Aug 31, 2018

Copy link
Copy Markdown
Contributor

@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 commented Aug 31, 2018

Copy link
Copy Markdown
Contributor

addaleax commented Sep 2, 2018

Copy link
Copy Markdown
Member

Landed in 86dc0ba

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 <refack@gmail.com>
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 <refack@gmail.com>
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 <refack@gmail.com>
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 <refack@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL