Fix MSYS hanging of PowerShell#6729
Conversation
|
Hi @emptyVoid, thanks for your PR. Could you please also bump the version in CONTROL version? |
|
@NancyLi1013, do you mean |
|
Yes, you're right. if there are some changes about the port, you should also update the version in ports/port/CONTROL file. Thanks. |
|
Same errors as with #6723: |
|
It looks like when the task is killed it does not free its lock on the database. Because we are reusing VMs in the CI system the lock is causing failures in unrelated PRs. |
|
We'll want to trigger a rebuild of all ports using |
|
Waiting on CI results from #6760 where I added white-space changes to trigger CI builds of ports using MSYS. |
|
#6760 has finished and this PR is now passing Eager. Thanks again for this fix, @emptyVoid! |
Fixes #6688.
I moved gpg-agent.exe termination code from #6407 into vcpkg_acquire_msys so that none of the ports using MSYS would block build automation tools.