-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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 #16548 #16622
Revert #16548 #16622
Conversation
This reverts commit ab2c351.
+1 for fast tracking so that CI is back to green. |
/cc @nodejs/release RE: how to format the message |
I blame nodejs/build#790 for letting this happen by the way. A big red cross is much more obvious than a URL buried somewhere in the conversation. |
I also assume nodejs/build#952, Windows CI was red most weekend. |
What you did seems fine.
Good point, added |
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.
Sorry for not checking more thoroughly. Let's fast track this.
One jenkins build failure on Windows, others are know flaky tests. To be safe: https://ci.nodejs.org/job/node-test-commit-windows-fanned/13030/ |
Windows build got aborted, but I guess we only need to make sure that it compiles as before since this is just a revert for compilation errors... |
This reverts commit cdb263d. That commit was landed without a green CI and is failing on Windows.
@seishun You have pushed new commits, did you rebased? |
@joyeecheung No, I just changed the reason line to match previous revert commits. |
No longer needed. |
#16548 was landed despite failing on Windows (see https://ci.nodejs.org/job/node-compile-windows/12916/). Reverting to make CI green again.
According to https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md#reverting-commits, I should include the reason for reverting in the commit message, but it doesn't say what to do when there are multiple commits.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
doc, src