Skip to content

Commit 8780962

Browse files
committed
Auto merge of #39036 - aidanhs:aphs-robust-docker, r=alexcrichton
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
2 parents 9dedc81 + 8539ce8 commit 8780962

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ci/docker/run.sh

-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,5 @@ exec docker \
4848
--env CARGO_HOME=/cargo \
4949
--env LOCAL_USER_ID=`id -u` \
5050
--volume "$HOME/.cargo:/cargo" \
51-
--interactive \
52-
--tty \
5351
rust-ci \
5452
/checkout/src/ci/run.sh

0 commit comments

Comments
 (0)