opendesigndev / open-design-engine

The Open Design Engine (ODE) renders designs and provides interface to edit them and query specific information about them and their components
Apache License 2.0
4 stars 5 forks source link

Use s3 docker cache instead of GHA for wasm #37

Closed rychlis closed 1 year ago

rychlis commented 1 year ago

This should be pretty much equivalent to GHA, but with no 10GiB limit

rychlis commented 1 year ago

more info about it shared with ceros here https://ceros.slack.com/archives/C3D7DDHFH/p1678450264027989

CodeWitchBella commented 1 year ago

LGTM.

The best way to do caching in this repo probably would be to use something like https://github.com/mozilla/sccache instead of docker as that allows much finer granularity of caching.

rychlis commented 1 year ago

LGTM.

The best way to do caching in this repo probably would be to use something like https://github.com/mozilla/sccache instead of docker as that allows much finer granularity of caching.

nice that looks pretty good! And it supports both GHA actions cache as storage backend or S3