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'd love to use this in my CI, but to use it, I'd need to do one of:
add it to the main image in use (painful since I'm able to use vanilla rust:$ver containers now)
add building cargo-sweep to my CI. This doesn't seem like it'd save me a lot of time (or ease of maintenance)
It'd be great if prebuilt binaries could be uploaded to the Releases page for use through a simple ( curl -O ... && verify && cargo sweep ) || :-like command chain in the CI script.
The text was updated successfully, but these errors were encountered:
I'd love to use this in my CI, but to use it, I'd need to do one of:
rust:$ver
containers now)cargo-sweep
to my CI. This doesn't seem like it'd save me a lot of time (or ease of maintenance)It'd be great if prebuilt binaries could be uploaded to the
Releases
page for use through a simple( curl -O ... && verify && cargo sweep ) || :
-like command chain in the CI script.The text was updated successfully, but these errors were encountered: