Skip to content

Commit

Permalink
Remove docker flags that can cause issues (rust-lang/rust#39036)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanhs committed Apr 23, 2017
1 parent 8326a36 commit 80d39ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ci/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ exec docker run \
--volume "$HOME/.cargo:/cargo" \
--volume `rustc --print sysroot`:/rust:ro \
--volume `pwd`/target:/tmp/target \
--interactive \
--tty \
rust-ci \
sh -c "\
PATH=\$PATH:/rust/bin \
Expand Down

0 comments on commit 80d39ca

Please sign in to comment.