ci: Propagate make jobs to clang build too
Otherwise we try to run 40 processes.
This commit is contained in:
parent
7268ac9875
commit
0a05e467e6
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user