I use Bitbucket Pipelines to compile a C++ project with over 1000 translation units. The total build time for this is 24 minutes, which is absolutely crazy. On the build machine I have in office, it has 24 logical CPUs which yield very fast builds (5 minutes average). How many logical CPUs are available to docker containers in Bitbucket Pipelines? Being able to compile translation units in parallel for C++ builds is essential in reducing build times to cut down on cost of hosting builds using Pipelines.