Bzomak / oolite-msys2

Builds oolite from scratch
0 stars 0 forks source link

There should be an option to build completely fresh without using any caches #19

Closed Bzomak closed 7 months ago

Bzomak commented 8 months ago

Any changes to the workflow process that do not changes any of the build/install scripts etc will not trigger a cache reset.

An option could be provided as a workflow input.

Bzomak commented 7 months ago

If there is a pre-existing cache, we will either need to change the naming of the cache key so that it saves a new cache, or we will need to delete the pre-existing cache before we start.

Bzomak commented 7 months ago

It is best to delete the pre-existing cache just before saving the new cache. That way, if there are any other jobs running (from other workflows) that may need the cache, it greatly reduces the chance of a cache miss and job fail.