Skip to content

Commit af08d98

Browse files
karlpBOJIT
authored andcommitted
jenkins: try no parallelism
clutching at straws to try and eliminate incomprehensible build failures :(
1 parent 8038581 commit af08d98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/gadget-zero/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pipeline {
3434
steps {
3535
sh '''
3636
. .env3/bin/activate
37-
make -j3 V=1
37+
make V=1
3838
make -C tests/gadget-zero all V=s
3939
'''
4040
}

0 commit comments

Comments
 (0)