Set HOME correctly (#9757) (#9762)

automerge
This commit is contained in:
mergify[bot]
2020-04-28 03:07:16 -07:00
committed by GitHub
parent 89bfe5fab0
commit 682b700ec8

View File

@ -49,7 +49,7 @@ else
# ~/.cargo
ARGS+=(--volume "$PWD:/home")
fi
ARGS+=(--env "CARGO_HOME=/home/.cargo")
ARGS+=(--env "HOME=/home" --env "CARGO_HOME=/home/.cargo")
# kcov tries to set the personality of the binary which docker
# doesn't allow by default.