More fixes for CI

master
Alex Crichton 2019-06-05 16:19:26 -07:00
parent 20827ad38f
commit 5d5a85e6ea
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ run() {
-e CARGO_HOME=/cargo \ -e CARGO_HOME=/cargo \
-e CARGO_TARGET_DIR=/target \ -e CARGO_TARGET_DIR=/target \
-e RUST_COMPILER_RT_ROOT \ -e RUST_COMPILER_RT_ROOT \
-v $HOME/.cargo:/cargo \ -v $(dirname $(dirname `which cargo`)):/cargo \
-v `pwd`/target:/target \ -v `pwd`/target:/target \
-v `pwd`:/checkout:ro \ -v `pwd`:/checkout:ro \
-v `rustc --print sysroot`:/rust:ro \ -v `rustc --print sysroot`:/rust:ro \