| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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.
|
@nodejs/platform-windows |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, although I'd prefer vcbuild nosign test.
Sorry, something went wrong.
|
I think this would be made unnecessary by #10156, which will also stop people having to remember the nosign argument. |
Sorry, something went wrong.
|
@jasnell #10156 was semver-major, so I guess it still makes sense to do this for v[7,6,4]? +1 for vcbuild test nosign->vcbuild nosign test I'd also prefer changing .\vcbuild -> vcbuild for consistency (also on the build line above). EDIT: we should be using .\vcbuild as per @richardlau's comment cc/ @joaocgreis |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM for v[4,6,7].
Sorry, something went wrong.
|
If this is a backport for 7, 6 and 4, then, separate PRs for landing in those should be opened. |
Sorry, something went wrong.
|
I'm thinking that #10156 now makes this PR un-necessary. |
Sorry, something went wrong.
|
@jboarman see #10112 (comment), it's necessary for all current release lines as that PR is semver-major. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected 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.