-
Notifications
You must be signed in to change notification settings - Fork 565
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
Support non-ubuntu linux distributions by specify location of versions-manifest.json #716
Comments
Hello @ganadist. Thank you for your report. We'll take a look at this feature request. |
Hello, Thank you for your feature request. While supporting non-Ubuntu Linux distributions could be beneficial, it introduces added complexity, increases maintenance overhead, and could lead to misconfigurations. We believe that focusing on a single, consistent platform ensures a more stable and reliable experience for most users. As per our support policy, we only support versions available on our hosted runners. This ensures a more consistent and reliable experience across all environments.We appreciate your understanding and encourage you to share any further ideas in the future. |
Hello Everyone, Please let us know in case of clarifications needed on the above. |
Thanks for the clarification. My actual request was not about providing binary distribution for non-Ubuntu Linux. This itself doesn't take much effort, and if anyone use it at their own risk, it would be easy and useful on non-Ubuntu Linux distribution. |
Hello @ganadist, We appreciate your feedback regarding the potential for a customized manifest option for setup-python on non-Ubuntu Linux distributions. As per our support policy, we currently only support versions available on our hosted runners. However, we’ll certainly keep your suggestion in mind for future updates once support for non-Ubuntu Linux distributions is added to our hosted runners. For now, we’ll proceed to close the issue, but please feel free to reach out if you have any further questions or concerns. We also encourage you to share any additional ideas in the future. |
Description:
I'm using GHES with runners under CentOS / Rocky Linux.
But
setup-python
is supported on recent Ubuntu versions only, and it fails on other linux distributions, yet.So, I propose to support other linux distributions by simple changes.
Justification:
setup-python
actions has hard coded location ofversions-manifest.json
.If location of
versions-manifest.json
can be provided users, actions can be used for various linux platform.I propose 3 inputs options for this.
versions-manifest.json
versions-manifest.json
versions-manifest.json
If these values are not set, default value should be same with current behavior.
Are you willing to submit a PR?
I'll try it :D
The text was updated successfully, but these errors were encountered: