c-hive / guides

Guides for code style, way of working and other development concerns
MIT License
26 stars 5 forks source link

Investigate GH Actions caching #29

Closed thisismydesign closed 4 years ago

thisismydesign commented 4 years ago

Currently it's possible within a workflow using artifacts. Will be available natively mid-November. See: https://stackoverflow.com/a/57958803/2771889

See if current artifact version improves build speed and use it if so. Introduce native version once available.

thisismydesign commented 4 years ago

Uploading artifacts is not a viable option. Downloading from a package manager is already optimized, whereas packaging, uploading, downloading and unpacking overall is a lot less efficient.

thisismydesign commented 4 years ago

Caching now possible: https://github.com/actions/cache