Skip to content

Conversation

@targos
Copy link
Member

This reverts commit 3457130.

Visual Studio v16.10.1 is out.

Closes: #38872

This reverts commit 3457130. Visual Studio v16.10.1 is out. Closes: nodejs#38872
@github-actionsgithub-actionsbot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform. labels Jun 9, 2021
@targos
Copy link
MemberAuthor

I do not expect this to work immediately on GitHub actions because they probably haven't updated yet.

@targos
Copy link
MemberAuthor

Confirmed it works on my computer:

PS C:\git\nodejs\node> .\vcbuild.bat Looking for Python Python found in C:\Users\targo\AppData\Local\Microsoft\WindowsApps\\python.exe Looking for NASM Looking for Visual Studio 2019 calling: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\\Auxiliary\Build\vcvarsall.bat" amd64 ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.10.1 ** Copyright (c) 2021 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' Found MSVS version 16.0 configure --dest-cpu=x64 Node.js configure: Found Python 3.9.5... ←[1m←[32mINFO←[0m: configure completed successfully Project files generated. default-foreground-task-runner.cc hdr_histogram.c ... 

@targostargos added the blocked PRs that are blocked by other issues or PRs. label Jun 11, 2021
@targos
Copy link
MemberAuthor

I think it will work after actions/runner-images#3554 is merged.

@aduh95aduh95 removed the blocked PRs that are blocked by other issues or PRs. label Jun 14, 2021
@aduh95
Copy link
Contributor

I think it will work after actions/virtual-environments#3554 is merged.

This has been merged, I've restarted the Windows Actions to confirm the workaround is no longer necessary.

@targostargos added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 14, 2021
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 14, 2021
@nodejs-github-bot
Copy link
Collaborator

@targostargos added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 15, 2021
@github-actionsgithub-actionsbot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 15, 2021
@github-actions
Copy link
Contributor

Landed in 7a9635b...842554f

nodejs-github-bot pushed a commit that referenced this pull request Jun 15, 2021
This reverts commit 3457130. Visual Studio v16.10.1 is out. Closes: #38872 PR-URL: #38977Fixes: #38872 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
@targostargos deleted the revert-msbuild-workaround branch June 15, 2021 06:39
danielleadams pushed a commit that referenced this pull request Jun 21, 2021
This reverts commit 3457130. Visual Studio v16.10.1 is out. Closes: #38872 PR-URL: #38977Fixes: #38872 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
@danielleadamsdanielleadams mentioned this pull request Jun 21, 2021
richardlau pushed a commit that referenced this pull request Jul 19, 2021
This reverts commit 3457130. Visual Studio v16.10.1 is out. Closes: #38872 PR-URL: #38977Fixes: #38872 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
richardlau pushed a commit that referenced this pull request Jul 20, 2021
This reverts commit 3457130. Visual Studio v16.10.1 is out. Closes: #38872 PR-URL: #38977Fixes: #38872 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
@richardlaurichardlau mentioned this pull request Jul 20, 2021
foxxyz pushed a commit to foxxyz/node that referenced this pull request Oct 18, 2021
This reverts commit 3457130. Visual Studio v16.10.1 is out. Closes: nodejs#38872 PR-URL: nodejs#38977Fixes: nodejs#38872 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
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.needs-ciPRs that need a full CI run.windowsIssues and PRs related to the Windows platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows build fails with Visual Studio 2019 v16.10

6 participants

@targos@aduh95@nodejs-github-bot@jasnell@lpinca@cjihrig