Changeset af43394


Ignore:
Timestamp:
Jan 23, 2019, 3:15:42 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
1d832f4
Parents:
c802eb88
Message:

Moved all builds to master to ease merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc802eb88 raf43394  
    298298                switch( param.Architecture ) {
    299299                        case 'x64':
    300                                 this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'x64')
     300                                this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'master')
    301301                        break
    302302                        case 'x86':
    303                                 this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')
     303                                this.Architecture = new Arch_Desc('x86', '--host=i386', 'master')
    304304                        break
    305305                        default :
Note: See TracChangeset for help on using the changeset viewer.