comparison mx/commands.py @ 9118:35e31499ae9e

added build of server-nograal VM to the gate
author Doug Simon <doug.simon@oracle.com>
date Mon, 15 Apr 2013 14:31:24 +0200
parents cbfcb1054619
children 0c9c4ae236b2
comparison
equal deleted inserted replaced
9117:cbfcb1054619 9118:35e31499ae9e
1026 1026
1027 # Prevent Graal modifications from breaking the standard builds 1027 # Prevent Graal modifications from breaking the standard builds
1028 if args.buildNonGraal: 1028 if args.buildNonGraal:
1029 t = Task('BuildHotSpotVarieties') 1029 t = Task('BuildHotSpotVarieties')
1030 buildvms(['--vms', 'client,server', '--builds', 'fastdebug,product']) 1030 buildvms(['--vms', 'client,server', '--builds', 'fastdebug,product'])
1031 buildvms(['--vms', 'server-nograal', '--builds', 'product'])
1031 tasks.append(t.stop()) 1032 tasks.append(t.stop())
1032 1033
1033 for vmbuild in ['product', 'fastdebug']: 1034 for vmbuild in ['product', 'fastdebug']:
1034 _vmbuild = vmbuild 1035 _vmbuild = vmbuild
1035 for theVm in ['client', 'server']: 1036 for theVm in ['client', 'server']: