Skip to content

Commit

Permalink
Auto merge of #39036 - aidanhs:aphs-robust-docker, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove strictly-unnecessary flags for docker

cc #39035

In addition to `--tty` I've removed `--interactive` as I don't think there's any reason for it to be there (it only hooks up stdin, which shouldn't be used anyway).

If this looks like it's working over a few days then I'll also alter the libc scripts.

r? @alexcrichton
  • Loading branch information
bors committed Jan 13, 2017
2 parents 9dedc81 + 8539ce8 commit 8780962
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 @@ -48,7 +48,5 @@ exec docker \
--env CARGO_HOME=/cargo \
--env LOCAL_USER_ID=`id -u` \
--volume "$HOME/.cargo:/cargo" \
--interactive \
--tty \
rust-ci \
/checkout/src/ci/run.sh

0 comments on commit 8780962

Please sign in to comment.