Files
nuttx/tools
Alexander Merkle 39937c9685 tools/ci/docker/linux/Dockerfile: fix ccache when running container as 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.
2024-09-05 10:09:57 +08:00
..
2024-06-04 18:53:14 -03:00
2024-08-21 18:01:24 +08:00
2024-08-23 09:02:20 +08:00
2024-04-25 13:09:40 +08:00
2023-04-19 02:48:39 +08:00
2023-12-14 20:02:52 -08:00
2024-08-23 09:02:20 +08:00
2024-08-03 01:29:09 +08:00
2023-12-04 07:07:08 -08:00
2024-08-23 09:02:20 +08:00