Name |
Last commit
|
Last update |
---|---|---|
.. | ||
docker | ||
bash.yml | ||
build.sh | ||
coverity.sh | ||
coverity.yml | ||
docker.yml | ||
nightly.yml | ||
setup-mingw.sh | ||
setup-osx.sh | ||
test.sh |
In commit 01a83406 (azure: docker: fix ARM builds by replacing gosu(1), 2020-02-18), we've switched our entrypoint from gosu(1) to use sudo(1) instead to fix our ARM builds. The switch introduced an incompatibility that now causes our Coverity builds to fail, as the "--preserve-env" switch will also keep HOME at its current value. As a result, Coverity now tries to set up its configuration directory in root's home directory, which it naturally can't write to. Fix the issue by adding the "--set-home" flag to sudo(1).
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
docker | Loading commit data... | |
bash.yml | Loading commit data... | |
build.sh | Loading commit data... | |
coverity.sh | Loading commit data... | |
coverity.yml | Loading commit data... | |
docker.yml | Loading commit data... | |
nightly.yml | Loading commit data... | |
setup-mingw.sh | Loading commit data... | |
setup-osx.sh | Loading commit data... | |
test.sh | Loading commit data... |