lee-orr / rusty-dev-containers

A collection of dev container features for working with rust
MIT License
16 stars 6 forks source link

Cargo binstall from binary #29

Open vablings opened 1 month ago

vablings commented 1 month ago

An option for using a pre-compiled binstall binary would speed up container time curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash

I have not opened a pull request because I am just getting started with containers.

lee-orr commented 1 month ago

We used to have that - but it was broken around 3-4 weeks ago, so I ended up removing it.

I'll keep the issue open until I can get it working again.