This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
docker-run.sh uses $HOME/.cargo for CARGO_HOME #4099
Labels
stale
[bot only] Added to stale content; results in auto-close after a week.
Milestone
Problem
Using CARGO_HOME set to HOME/.cargo for crates we want to build and run in CI isn't going to work nicely... Normally when doing that, we'd add CARGO_HOME/bin to the PATH. However, were we do that, we're likely to negate the value of using a docker image, which has pre-installed, specific versions of cargo, rust, etc.
Proposed Solution
The fix (to enable installing and running any random --bin crate during a build) has two parts:
The text was updated successfully, but these errors were encountered: