commit | 4a2884c652228f99028e96c59d254868cc74f690 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Mon Mar 11 00:32:35 2024 +0900 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 12 08:54:42 2024 -0400 |
tree | 8c30764199cf8bba0cc3c879bad61ead7982fd1e | |
parent | cd83f0724b4b554a62eb2025c10a55714247b1fe [diff] |
ci: clang: Use Redis remote storage for ccache This commit updates the clang workflow to, when available, use Redis remote storage backend for the ccache compilation cache data. The Redis cache server is hosted in the Kubernetes cluster in which the zephyr-runner pods run -- the Redis remote storage backend will be ignored if the server is unavailable. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>