Alex Crichton 6 лет назад
Родитель
Сommit
aa5ff95d7e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ci/run-docker.sh

+ 1 - 1
ci/run-docker.sh

@@ -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"
 }