Skip to content

Commit 03efb7f

Browse files
committed
Auto merge of #3942 - aidanhs:aphs-no-interactive, r=alexcrichton
Remove docker flags that can cause issues See rust-lang/rust#39036
2 parents 8326a36 + 80d39ca commit 03efb7f

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
@@ -43,8 +43,6 @@ exec docker run \
4343
--volume "$HOME/.cargo:/cargo" \
4444
--volume `rustc --print sysroot`:/rust:ro \
4545
--volume `pwd`/target:/tmp/target \
46-
--interactive \
47-
--tty \
4846
rust-ci \
4947
sh -c "\
5048
PATH=\$PATH:/rust/bin \

0 commit comments

Comments
 (0)