.github/zephyr: replace "TODO: cache docker pull" comment with a link

Caching `docker pull` does not work for size and other reasons, add a
link to the failed experiment.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2023-01-11 22:03:40 +00:00 committed by Liam Girdwood
parent 3acf3fac07
commit 0929af4f8c
2 changed files with 6 additions and 4 deletions

View File

@ -61,8 +61,9 @@ jobs:
west update --narrow --fetch-opt=--depth=5
# Not strictly necessary but saves a lot of scrolling in the next step
# TODO, research caching:
# https://stackoverflow.com/questions/66421411/how-to-run-cached-docker-image-in-github-action
# Caching a 12G image is unfortunately not possible:
# https://github.com/ScribeMD/docker-cache/issues/304
# For faster builds we would have to pay for some persistent runners.
- name: docker pull zephyrproject-rtos/zephyr-build
run: docker pull ghcr.io/zephyrproject-rtos/zephyr-build:latest

View File

@ -70,8 +70,9 @@ jobs:
git log --oneline -n 5 --decorate --graph --no-abbrev-commit
# Not strictly necessary but saves a lot of scrolling in the next step
# TODO, research caching:
# https://stackoverflow.com/questions/66421411/how-to-run-cached-docker-image-in-github-action
# Caching a 12G image is unfortunately not possible:
# https://github.com/ScribeMD/docker-cache/issues/304
# For faster builds we would have to pay for some persistent runners.
- name: docker pull zephyrproject-rtos/zephyr-build
run: docker pull ghcr.io/zephyrproject-rtos/zephyr-build:latest