Don't pass -it to docker

This commit is contained in:
Alex Crichton 2019-04-02 09:35:47 -07:00
parent 95f4f0cd4e
commit 7567d9ceb4

View file

@ -23,7 +23,7 @@ run() {
-v `pwd`:/checkout:ro \
-v `rustc --print sysroot`:/rust:ro \
-w /checkout \
-it $target \
$target \
sh -c "HOME=/tmp PATH=\$PATH:/rust/bin ci/run.sh $target"
}