aka "Gotta Go Fast".
Can we have any caching as part of the build process? Now that we're using CMake the dependencies should in theory be a little easier to cache; however because the vast majority of the building process is happening inside the Docker containers it does potentially make that a little harder.
Investigate whether we can mount in a directory for the build directory, and then cache that.
aka "Gotta Go Fast".
Can we have any caching as part of the build process? Now that we're using CMake the dependencies should in theory be a little easier to cache; however because the vast majority of the building process is happening inside the Docker containers it does potentially make that a little harder.
Investigate whether we can mount in a directory for the build directory, and then cache that.