Jorge Aparicio 8 жил өмнө
parent
commit
d0a57cb871

+ 1 - 1
ci/run-docker.sh

@@ -24,7 +24,7 @@ run() {
            -v `rustc --print sysroot`:/rust:ro \
            -v `rustc --print sysroot`:/rust:ro \
            -w /checkout \
            -w /checkout \
            -it $target \
            -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
 if [ -z "$1" ]; then