Don't pass `-it` to docker
This commit is contained in:
parent
87154a3e7d
commit
aa5ff95d7e
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue