-
Notifications
You must be signed in to change notification settings - Fork 4k
Use powershell as a backup to handle.exe #6614
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
Conversation
|
@michaelklishin turns out that Erlang uses |
|
@michaelklishin check this commit out, which runs Powershell directly - I did a lot of independent testing using this code and I'll be testing this branch on Windows a bit more before marking the PR as ready. |
a40c682 to
f7b65ab
Compare
|
@michaelklishin all set. |
|
For some reason I could not build a Windows installer in a Linux VM but this looks good. I will merge and try the Concourse package before backporting. |
Use powershell as a backup to handle.exe (backport #6614)
|
@michaelklishin thanks! That's odd you couldn't build ... what was the error? |
|
When I try to I ended up testing this with this alpha build. Works like a charm on a Windows host without |
|
Ah, I think I've seen that. I always remove everything from the |
If a user does not have `handle.exe` installed in the `PATH` of their Windows system, a message will be logged once, and then the total handles being used will be set to `0`. Fixes #8700 Follow-up to: * #6614 * #6613 * #8541 (cherry picked from commit 3067307) (cherry picked from commit d0e9bcc) (cherry picked from commit 2405191)
Fixes #6613