Bzomak / oolite-msys2

Builds oolite from scratch
0 stars 0 forks source link

Installers job recompiles Oolite rather than use cached build #9

Closed Bzomak closed 10 months ago

Bzomak commented 11 months ago

Current Situation

We build Oolite and cache the results. If all is well then we move to the build installers step, which then seems to recompile Oolite.

Desired Outcome

The build installers step reuses the appropriate cached Oolite from the previous step.

Bzomak commented 10 months ago

Commit 656df1bb74324c75a902e58b774fdb145bcbbce3 adds edits in the build process that removes the Oolite build step from the installer targets in the Makefile.

This doesn't identify why it was rebuilding in the first place, but it does have the desired outcome, as the build-oolite-installers job relies on the build-oolite job successfully running and caching.