-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Slow build process since sh 1.12.5 #1038
Comments
Thanks for the report, I've heard about this but didn't actually know what caused it. If it takes any time for the sh devs to fix it, we can try to work around it in p4a by avoiding the sh module where there are many similar commands. |
In fact just deactivating the following kwargs removes the problem but of course the live output is not workingwhile a command is running, as sh blocks until the command finishes. But this is already a good workaroud, but I would wait a little bit if it gets fixed soon.
|
In the meantime: |
It seems they fixed it in sh 1.12.14 (see amoffat/sh#378). I didn't have time to test it. If anyone can test it this issue can be closed. |
This was worked around on master, no longer an issue. |
Just for you to know, the performance problem when building a dist and recipies are due to a regression in the python module sh since version 1.12.5
I already wrote a bug report and they are working on it, see amoffat/sh#378
The text was updated successfully, but these errors were encountered: