We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0394a commit 056f705Copy full SHA for 056f705
ci/run-docker.sh
@@ -24,7 +24,7 @@ run() {
24
--volume "${HOME}/.cargo":/cargo \
25
$kvm \
26
--env CARGO_HOME=/cargo \
27
- --volume "$(rustc --print sysroot)":/rust:ro \
+ --volume "${HOME}"/.rustup:/rust:ro \
28
--volume "$(pwd)":/checkout:ro \
29
--volume "$(pwd)"/target:/checkout/target \
30
--env CARGO_TARGET_DIR=/checkout/target \
0 commit comments