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
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.
The text was updated successfully, but these errors were encountered:
Somewhat ironically, when using this feature, devcontainer build times increase to several minutes for me, much longer than just building dependencies instead of using binstall. Is there an open cargo-binstall issue for the binary installation?
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.
The text was updated successfully, but these errors were encountered: