nuttx/tools/ci
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
..
docker/linux tools/ci/docker/linux/Dockerfile: fix ccache when running container as user 2024-09-05 10:09:57 +08:00
platforms tools/ci: add zig, ldc and swift 2024-08-26 10:25:54 +08:00
testlist CI: drop stm3240g-eval:knxwm for now 2024-08-30 21:03:08 +08:00
testrun ci/ltp: enlarge timeout for LTP test 2024-05-22 16:40:13 +08:00
cibuild.sh
cirun.sh add libuv and cmocka test cases with file system on sim and qemu on CI 2024-04-10 14:46:53 +08:00
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.