ci: Propagate make jobs to clang build too

Otherwise we try to run 40 processes.
This commit is contained in:
Colin Walters 2021-02-03 22:47:43 +00:00 committed by OpenShift Merge Robot
parent 7268ac9875
commit 0a05e467e6

View File

@ -38,7 +38,7 @@ clang: {
def n = 5
cosaPod(buildroot: true, runAsUser: 0, memory: "2Gi", cpu: "${n}") {
checkout scm
shwrap("ci/clang-build-check.sh")
shwrap("MAKE_JOBS=${n} ci/clang-build-check.sh")
}
}
}