Skip to content
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

refactoring runners and pyinstaller SCM fix #6380

Merged
merged 4 commits into from Jan 27, 2020

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Jan 17, 2020

Changelog: Fix: Cleaning LD_LIBRARY_PATH environment in SCM commands for "pyinstaller" installations, as SSL can fail due to using old SSL stuff from Conan instead from git/svn.

Docs: Omit

It contains mostly a refactor, centralizing executions and subprocess stuff (not all of it, but most of it from production code). The only functional change is to introduce the pyinstaller fix in the SCM run() method.

Close #6161

#tags: slow

@memsharded memsharded changed the title refactoring runners refactoring runners and pyinstaller SCM fix Jan 17, 2020
@memsharded memsharded marked this pull request as ready for review January 23, 2020 19:52
@memsharded memsharded added this to the 1.22 milestone Jan 23, 2020
Copy link
Contributor

@jgsogo jgsogo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🎉 🎉 🎉 🎉

Great refactor! I really like having all the subprocess stuff together.

@memsharded memsharded merged commit fb2881e into conan-io:develop Jan 27, 2020
@memsharded memsharded deleted the refactor/runners branch January 27, 2020 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] git clone for scm attribute fails in pyinstaller package
2 participants