We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5cb0e commit d0a57cbCopy full SHA for d0a57cb
ci/run-docker.sh
@@ -24,7 +24,7 @@ run() {
24
-v `rustc --print sysroot`:/rust:ro \
25
-w /checkout \
26
-it $target \
27
- sh -c "PATH=\$PATH:/rust/bin ci/run.sh $target"
+ sh -c "HOME=/tmp PATH=\$PATH:/rust/bin ci/run.sh $target"
28
}
29
30
if [ -z "$1" ]; then
0 commit comments