Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/ci/docker/linux/Dockerfile: fix ccache when running container a…
…s user Normally ccache places the temporary files in `~/.ccache`, when invoking the container with `-u <uid>:<gid>` as e.g. Jenkins does, this might result in a invalid/unknown home folder. Thus ccache tries to write to `/.ccache` which doesn't exist and the user doesn't have any permissions. Explicitly set `CCACHE_DIR` to a folder with appropriate permissions.
- Loading branch information