give Xargo a $HOME
This commit is contained in:
parent
fb5cb0e4c1
commit
d0a57cb871
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue