Jenkins: can't parallelise that

This commit is contained in:
Ștefan Talpalaru 2020-01-13 21:20:32 +01:00
parent 1941cfed80
commit c23cc7fcab
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -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'"
}
},