Antares_Simulator icon indicating copy to clipboard operation
Antares_Simulator copied to clipboard

Oracle8 CI : use ccache + docker volume persistency

Open flomnes opened this issue 2 years ago • 0 comments

Since the build is set up within a docker image, persistence is a bit tricky.

However, mounting volumes allows persistence of data.

General idea https://stackoverflow.com/questions/39650056/using-ccache-when-building-inside-of-docker

Github workflow configuration https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container

The only missing part seems to be the download/upload of cache data.

flomnes avatar Sep 30 '22 17:09 flomnes