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

build: fix vcbuild merge issues #2131

Closed

Conversation

orangemocha
Copy link
Contributor

configure was getting called twice.
We also erroneously introduced support for VS2010,
and were picking 2010 before other versions.

configure was getting called twice.
We also erroneously introduced support for VS2010,
and were picking 2010 before other versions.
@mscdex mscdex added build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform. labels Jul 8, 2015
@orangemocha
Copy link
Contributor Author

cc @nodejs/build

@jbergstroem
Copy link
Member

@jbergstroem
Copy link
Member

@orangemocha we could also remove the configure step on the windows buildbots since we call project-gen regardless?

@bnoordhuis
Copy link
Member

LGTM FWIW

@orangemocha
Copy link
Contributor Author

@jbergstroem , yes. We are currently generating projects 3 times 😥 I will fix it.
Thanks for reviewing!

orangemocha added a commit that referenced this pull request Jul 10, 2015
configure was getting called twice.
We also erroneously introduced support for VS2010,
and were picking 2010 before other versions.

PR-URL: #2131
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
@orangemocha
Copy link
Contributor Author

Landed in 84012c9

@orangemocha
Copy link
Contributor Author

..and removed explicit configure step from Windows jobs in Jenkins.

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.

4 participants