Use single node compilation as it scrambles the output

This commit is contained in:
Guilhem Lavaux 2024-06-07 08:17:14 +02:00
parent e5802c009d
commit 952c138947

2
Jenkinsfile vendored
View file

@ -78,7 +78,7 @@ pipeline {
steps { steps {
ansiColor('xterm') { ansiColor('xterm') {
dir('build') { dir('build') {
sh 'make -j6' sh 'make -j1'
} }
} }
} }