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

Create single file provider plugin binaries #20

Open
justinvp opened this issue Sep 21, 2022 · 2 comments
Open

Create single file provider plugin binaries #20

justinvp opened this issue Sep 21, 2022 · 2 comments
Labels
kind/enhancement Improvements or new features

Comments

@justinvp
Copy link
Member

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Consider using https://github.com/indygreg/PyOxidizer or similar to produce single file native executables, similar to how we use https://github.com/vercel/pkg in https://github.com/pulumi/pulumi-component-provider-ts-boilerplate. This way, users won't have to have Python installed and configured correctly to use the provider.

@justinvp justinvp added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team and removed needs-triage Needs attention from the triage team labels Sep 21, 2022
@justinvp
Copy link
Member Author

One challenge with PyOxidizer is it doesn't appear to support cross-compilation: indygreg/PyOxidizer#95

Which means, for example, currently the macOS binaries would have to be built on macOS.

@ringods
Copy link
Member

ringods commented Nov 10, 2022

@justinvp I bumped into this project today. Another option for you to review if it might help.

https://nuitka.net/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants