Selaa lähdekoodia

give Xargo a $HOME

Jorge Aparicio 8 vuotta sitten
vanhempi
commit
d0a57cb871
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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