Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitLab CI: reduce parallel jobs in ninja
Currently ninja is using its default number of parallel jobs (10 on an 8-core system). This is overloading I/O on the single GitLab CI worker we have, and probably making the build *slower*; I see very high iowait numbers. Set an explicit -j8, hopefully it will work better.
- Loading branch information