Set HOME correctly (#9757) (#9761)

automerge
This commit is contained in:
mergify[bot]
2020-04-28 02:57:49 -07:00
committed by GitHub
parent 0a0f8470d7
commit 3cc75b4bab

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.