Skip to content

Commit

Permalink
Auto merge of #3942 - aidanhs:aphs-no-interactive, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove docker flags that can cause issues

See rust-lang/rust#39036
  • Loading branch information
bors committed Apr 23, 2017
2 parents 8326a36 + 80d39ca commit 03efb7f
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 03efb7f

Please sign in to comment.