openwrt / gh-action-sdk

GitHub CI action to build packages via SDK
31 stars 49 forks source link

Is that possible to make cache between builds? #24

Open Zxilly opened 1 year ago

Zxilly commented 1 year ago

As title described, is that possible to store cache to github actions cache?

cmangla commented 1 month ago

PR #42 adds some caching for docker layers using GH Actions cache.

Zxilly commented 1 month ago

I think the layer of docker image was not the key point of the cost. Should enable ccache in the openwrt make system and export the cache to GitHub Actions.