We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20827ad commit 5d5a85eCopy full SHA for 5d5a85e
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 $HOME/.cargo:/cargo \
+ -v $(dirname $(dirname `which cargo`)):/cargo \
23
-v `pwd`/target:/target \
24
-v `pwd`:/checkout:ro \
25
-v `rustc --print sysroot`:/rust:ro \
0 commit comments