Changeset 0240a7cb


Ignore:
Timestamp:
Feb 11, 2022, 4:37:53 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
8761d40a, eb211bf
Parents:
7d84369
Message:

Apparently -j1 is a special case I don't support, changed it to -j2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r7d84369 r0240a7cb  
    163163                                        jopt = ""
    164164                                        if( Settings.Architecture.node == 'x86' ) {
    165                                                 jopt = "-j1"
     165                                                jopt = "-j2"
    166166                                        }
    167167                                        //Run the tests from the tests directory
Note: See TracChangeset for help on using the changeset viewer.