Changeset 3b6a87c
- Timestamp:
- Dec 11, 2018, 4:11:07 PM (6 years ago)
- 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:
- 5e49e47
- Parents:
- bf9d323
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rbf9d323 r3b6a87c 298 298 switch( param.Architecture ) { 299 299 case 'x64': 300 this.Architecture = new Arch_Desc('x64', '--host=x86_64', ' master')300 this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'x64') 301 301 break 302 302 case 'x86':
Note: See TracChangeset
for help on using the changeset viewer.