gitlab-ci: Use ninja -j4 for building dEQP
authorMichel Dänzer <mdaenzer@redhat.com>
Tue, 22 Oct 2019 16:27:53 +0000 (18:27 +0200)
committerMichel Dänzer <michel@daenzer.net>
Tue, 12 Nov 2019 09:14:04 +0000 (10:14 +0100)
commit2921a38484b2d390158f6844f1654b787900226e
tree6de0696f9fdeaf2136056ccfd750ae55a8d249e8
parent0c7e0c5599af71d4a840305394d3b2d926eef934
gitlab-ci: Use ninja -j4 for building dEQP

By default, ninja tries to saturate all cores of the runner host
machine, which could overload it due to other jobs running in parallel.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
.gitlab-ci/debian-install.sh