Jenkins: can't parallelise that
This commit is contained in:
parent
1941cfed80
commit
c23cc7fcab
|
@ -22,10 +22,6 @@ def runStages() {
|
|||
"tools": {
|
||||
stage("Tools") {
|
||||
sh "make -j${env.NPROC}"
|
||||
}
|
||||
},
|
||||
"tools (native libp2p)": {
|
||||
stage("Tools (native libp2p)") {
|
||||
sh "make -j${env.NPROC} NIMFLAGS='-d:NETWORK_TYPE=libp2p'"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue