Hello,
is it possible to have a set of pre-installed tools on the machine instead of installing them every time the build starts? We initiate build process on every pull request, and each time a set of tools needed for build is installed. Having them already installed would save us couple of minutes on each build.
Thanks for your answer, in fact we are using macOS machine for iOS builds.
The problem with the tools we use is that they are modified for our needs (or they are of specific version) so they won’t be universal, and I guess this is the requirement in case of tools added to the stack.
I’ve just read about Enterprise plan and private cloud, I guess this is the only way it can be done.