-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Revert "build: call setlocal in vcbuild.bat" #16270
Conversation
The commit message and PR description should ideally provide a reason for the revert |
Updated OP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, this definitely did not get enough review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for this, I really thought this was a very minor change 😞 Sorry about causing extra work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this does make sense now :)
@danbev ... no worries at all! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Shouldn't have to wait 48 hours
No real rush IMHO. Now we have a PR it's traceable/searchable, and it can be a sort of Canary, to see if anyone else cries out. |
This reverts commit b9a55a9. PR-URL: #16270 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Myles Borins <[email protected]>
4cc04d8
to
c3ae57f
Compare
This reverts commit b9a55a9. PR-URL: #16270 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Myles Borins <[email protected]>
This reverts commit b9a55a93c91fb7fd7ac81e182f843f28014179ca. PR-URL: nodejs/node#16270 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Myles Borins <[email protected]>
Yes, don't land, since the original PR did land. |
This reverts commit b9a55a93c91fb7fd7ac81e182f843f28014179ca. PR-URL: nodejs/node#16270 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Myles Borins <[email protected]>
This reverts commit b9a55a9.
The above commit is
semver-major
and was landed too quickly.vcbuild.bat
exports multiple environment variables, which is essential for continued build steps. Disabling this setup issemver-major
as it will break embedders workflows, and breaks developers tools.Besides the semverity this behaviour was discussed several times in the past, and it was decided that it should stay as is.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
build,windows