Skip to content

Commit 80d39ca

Browse files
committed
Remove docker flags that can cause issues (rust-lang/rust#39036)
1 parent 8326a36 commit 80d39ca

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)