Skip to content

build,win: try next MSVS version on failure - #2910

Merged
joaocgreis merged 1 commit into
nodejs:v0.10from
JaneaSystems:joaocgreis-F9G-v0.10-try-next-vs
Sep 17, 2015
Merged

build,win: try next MSVS version on failure#2910
joaocgreis merged 1 commit into
nodejs:v0.10from
JaneaSystems:joaocgreis-F9G-v0.10-try-next-vs

Conversation

@joaocgreis

Copy link
Copy Markdown
Member

As suggested by @bnoordhuis in #2843 (comment) , vcbuild.bat should try the next version of Visual Studio when VCINSTALLDIR is not defined, as VC++ might not be installed for the current version.

This has already landed in v0.12 in e07c86e.

cc @nodejs/platform-windows

@joaocgreisjoaocgreis added windows Issues and PRs related to the Windows platform. build Issues and PRs related to build files or the CI. labels Sep 16, 2015
@orangemocha

Copy link
Copy Markdown
Contributor

LGTM

1 similar comment
@bnoordhuis

Copy link
Copy Markdown
Member

LGTM

This is a port of e07c86e from v0.12.
Original commit message:
Try the next version of Microsoft Visual Studio when vcvarsall.bat
fails to set VCINSTALLDIR.
PR-URL: nodejs#2843
Reviewed-By: rvagg - Rod Vagg <rod@vagg.org>
Reviewed-By: orangemocha - Alexis Campailla <orangemocha@nodejs.org>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: nodejs#2910
Reviewed-By: orangemocha - Alexis Campailla <orangemocha@nodejs.org>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
@joaocgreis
joaocgreisforce-pushed the joaocgreis-F9G-v0.10-try-next-vs branch from 00c70dd to 6ac47aaCompareSeptember 17, 2015 09:21
@joaocgreis
joaocgreis merged commit 6ac47aa into nodejs:v0.10Sep 17, 2015
@rvaggrvagg mentioned this pull request Nov 23, 2015
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.windowsIssues and PRs related to the Windows platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@joaocgreis@orangemocha@bnoordhuis@mscdex