doc: corrected vcbuild parameters for testing on windows#10112
Closed
jboarman wants to merge 1 commit intonodejs:masterfrom
Closed
doc: corrected vcbuild parameters for testing on windows#10112jboarman wants to merge 1 commit intonodejs:masterfrom
jboarman wants to merge 1 commit intonodejs:masterfrom
Conversation
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members.
Member
|
@nodejs/platform-windows |
seishun
approved these changes
Dec 5, 2016
bzoz
approved these changes
Dec 5, 2016
Member
|
I think this would be made unnecessary by #10156, which will also stop people having to remember the |
Member
|
#10156 landed. Is this still necessary? |
Member
|
@jasnell #10156 was +1 for
EDIT: we should be using cc/ @joaocgreis |
Member
Member
|
If this is a backport for 7, 6 and 4, then, separate PRs for landing in those should be opened. |
Contributor
Author
|
I'm thinking that #10156 now makes this PR un-necessary. |
Member
|
@jboarman see #10112 (comment), it's necessary for all current release lines as that PR is |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j8 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
doc
Description of change
Corrected parameter for running tests on Windows. Without the corrected
parameters, Windows users encounter an error about failing to sign the
build, "Failed to sign exe", which can be discouraging to new Windows
community members.