Intermittent failures when using --parallel--safe-build with parallel builds #1026
Comments
Mangling with the dist/distshare folders turned out to be incorrect; as they may be other intermediate folders that can still conflict. The proper solution will be to hold a file lock onto the build env all throughout performing the build. We'll do this in the next release. Thanks for reporting! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using
--parallel--safe-build
option in Jenkins as described in the documentation sometimes one of the builds fails when tox is generating the sdist.It seems that the sdist is being generated in the source directory which is shared across the builds.
OS: RHEL 6.8 amd64
pip list
output:The text was updated successfully, but these errors were encountered: