Explorar o código

Don't pass `-it` to docker

Alex Crichton %!s(int64=6) %!d(string=hai) anos
pai
achega
aa5ff95d7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
 }