Explorar el Código

give Xargo a $HOME

Jorge Aparicio hace 8 años
padre
commit
d0a57cb871
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ci/run-docker.sh

+ 1 - 1
ci/run-docker.sh

@@ -24,7 +24,7 @@ run() {
            -v `rustc --print sysroot`:/rust:ro \
            -w /checkout \
            -it $target \
-           sh -c "PATH=\$PATH:/rust/bin ci/run.sh $target"
+           sh -c "HOME=/tmp PATH=\$PATH:/rust/bin ci/run.sh $target"
 }
 
 if [ -z "$1" ]; then