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
I love ripunzip, I didn't know I needed it until I found it!
I'd love to use it more in CI workflows on GitHub actions, but the time savings there are dwarfed by the compilation times, if I pull ripunzip in via cargo. Of course, I can compile the binary myself, and then check in 3 versions, but I'd much rather prefer to point my workflows at a pre-compiled binary.
Therefore, I'm asking:
Can you please provide binary builds for all three platforms?
I'd be looking at:
Ubuntu 20.04 (supporting older Linux distributions will be tricky AFAIUI, as buildling on a newer OS will pull in that OSs version of glibc - thus requiring the use of cross to build inside an older distros docker image). The deb package is nice too, but downloading+installing that takes 10sec on my actions workflow, whereas a raw download of a binary should be <1sec.
Windows 2019
MacOS 11 or 12, universal binary or two builds, one for amd64, one for arm64
Ideally, these binaries would be attached directly or zipped to the GH release. That way, they are pulled from GHs CDN.
Hi, sorry I didn't notice this request till now. I'd be happy to do that if you can add suitable github actions CI stuff to do it. Please raise a pull request.
Hi,
I love
ripunzip
, I didn't know I needed it until I found it!I'd love to use it more in CI workflows on GitHub actions, but the time savings there are dwarfed by the compilation times, if I pull
ripunzip
in viacargo
. Of course, I can compile the binary myself, and then check in 3 versions, but I'd much rather prefer to point my workflows at a pre-compiled binary.Therefore, I'm asking:
Can you please provide binary builds for all three platforms?
I'd be looking at:
cross
to build inside an older distros docker image). Thedeb
package is nice too, but downloading+installing that takes 10sec on my actions workflow, whereas a raw download of a binary should be <1sec.Ideally, these binaries would be attached directly or zipped to the GH release. That way, they are pulled from GHs CDN.
An example from inside google that's working imo very well is bazelisk: https://github.com/bazelbuild/bazelisk/releases/tag/v1.19.0
The text was updated successfully, but these errors were encountered: