We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0cb5b commit c3325dcCopy full SHA for c3325dc
ci/run-docker.sh
@@ -19,7 +19,7 @@ run() {
19
-e CARGO_HOME=/cargo \
20
-e CARGO_TARGET_DIR=/target \
21
-e RUST_COMPILER_RT_ROOT \
22
- -v $(dirname $(dirname `which cargo`)):/cargo \
+ -v "${HOME}/.cargo":/cargo \
23
-v `pwd`/target:/target \
24
-v `pwd`:/checkout:ro \
25
-v `rustc --print sysroot`:/rust:ro \
0 commit comments