Optimising Gitlab runners with RAM disks
The application I build run on both Linux and Windows, and because of this, often my build pipelines consist of jobs on Linux and Windows machines. By default the builds directory is located on the hard drive. If we do not care about the object files, we can run the build on a RAM disk… Read More Optimising Gitlab runners with RAM disks