zephyr/.github
Stephanos Ioannidis 3d8e651992 ci: Clone cached Zephyr repository with shared objects
In the new ephemeral Zephyr runners, the cached repository files are
located in a foreign file system and Git clone operation cannot create
hard-links to the cached repository objects, which forces the Git clone
operation to copy the objects from the cache file system to the runner
container file system.

This commit updates the CI workflows to instead perform a "shared
clone" of the cached repository, which allows the cloned repository to
utilise the object database of the cached repository.

While "shared clone" can be often dangerous because the source
repository objects can be deleted, in this case, the source repository
(i.e. cached repository) is mounted as read-only and immutable.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-11-17 15:42:27 +09:00
..
ISSUE_TEMPLATE templates: nomination: Fix outdated "GitHub Permission Level" link 2022-09-30 09:43:17 +00:00
workflows ci: Clone cached Zephyr repository with shared objects 2022-11-17 15:42:27 +09:00
SECURITY.md github: Update security page 2022-10-01 06:50:17 -04:00
license_config.yml