Closed jgsogo closed 8 months ago
If something happens during a build, the lock files generated by Conan in the cache will be there and any subsequent conan install will halt forever:
conan install
fmt/5.3.0@bincrafters/stable is locked by another concurrent conan process, wait... If not the case, quit, and do 'conan remove --locks'
We need to handle this situation:
conan remove --locks <ref>
Add a --non-interactive argument to conan install command so it prints the message and quits?
--non-interactive
If something happens during a build, the lock files generated by Conan in the cache will be there and any subsequent
conan install
will halt forever:We need to handle this situation:
conan remove --locks <ref>
from time to time? always? <- then we will need to check if there is a runningconan install
command.conan install
process after a timeout if no output is produced