Support installation of a specified Python version for Linux#82
Support installation of a specified Python version for Linux#82SerVB wants to merge 2 commits intoactions:masterfrom
Conversation
|
Oops, will investigate the failed test. |
|
It seems that error in |
|
@konradpabjan, could you help? Or advise a place to ask? |
|
@SerVB thanks for the PR! We have something new on the way for Check out this PR: #85 Can you open an issue in actions/python-versions for the In your example run it takes about 6 minutes to compile the specific version of Python, while downloading an already compiled package and installing it should take about 10 seconds. In |
|
Sorry that we couldn't get Based off of the consensus in actions/runner-images#810 I'll close out this PR. Thanks again for initially creating this PR and apologies that we can't support your specific use case. |
|
@konradpabjan , and why don't you want to add a feature to compile any python version manually, as I propose here? I don't understand why you see only two variants:
This PR is not even about 2.7.7, it's more general :) #85 doesn't cover it. |
|
We're trying to keep any compile logic outside of this action. Historically, where/how we compiled Python from source was closed source, however we recently moved everything to Maintaining compilation in this action and in another place is a maintenance burden that is hard to justify. It would also cause some confusion for users (do they download an already compiled version or do they have to download from source and build it themselves, or do they use an already installed version?). |
Follow-up of #29.
I've forked and added support for installing custom version if it's not found.
This implementation is MVP, so:
Can it be accepted to the main repo? I'm ready for discussions!
P.S.: Any ideas how can I fix the problem with unchanged lines marked as changed in this PR? Maybe something related to line endings...