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. |
||
|---|---|---|
| .. | ||
| docker/linux | ||
| platforms | ||
| testlist | ||
| testrun | ||
| cibuild.sh | ||
| cirun.sh | ||
| README.md | ||
CI Tools
These are tools and data used for the CI system. Some of what is here may also be useful for local testing.