Skip to content

Commit d0a57cb

Browse files
author
Jorge Aparicio
committed
give Xargo a $HOME
1 parent fb5cb0e commit d0a57cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ run() {
2424
-v `rustc --print sysroot`:/rust:ro \
2525
-w /checkout \
2626
-it $target \
27-
sh -c "PATH=\$PATH:/rust/bin ci/run.sh $target"
27+
sh -c "HOME=/tmp PATH=\$PATH:/rust/bin ci/run.sh $target"
2828
}
2929

3030
if [ -z "$1" ]; then

0 commit comments

Comments
 (0)