You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is something missing to move this along? I am swift approaching the same point that others were in when they asked for this and would love if I could just download the tuftool binary to manage the bottlerocket images rather than building from source. I would prefer not to use the Docker image as binaries integrate better with our dependency management systems.
I'd like to be able to install pre-built binaries of tuftool.
I'll mention https://github.com/PyO3/maturin here: it's a pretty cheeky way to achieve not only binary packaging but also a robust delivery mechanism: It creates thin Python wrappers for your rust binaries and uploads them to pypi.org.
https://github.com/woodruffw/zizmor is an example of a rust app that can be installed in seconds with pip install zizmor: I believe the only things needed in zizmor sources are one GH workflow and a pyproject.toml file
What I'd Like:
I'd like to be able to install pre-built binaries of tuftool.
Tasks
I'm not totally committed to that list of platforms and architectures. I'll keep this issue updated as I continue to do some research.
The text was updated successfully, but these errors were encountered: