# HG changeset patch # User Doug Simon # Date 1366029084 -7200 # Node ID 35e31499ae9e11f6b665941b30d3f57c02544870 # Parent cbfcb10546196b240954cd4dd13a410224a1995c added build of server-nograal VM to the gate diff -r cbfcb1054619 -r 35e31499ae9e mx/commands.py --- a/mx/commands.py Mon Apr 15 14:27:37 2013 +0200 +++ b/mx/commands.py Mon Apr 15 14:31:24 2013 +0200 @@ -1028,6 +1028,7 @@ if args.buildNonGraal: t = Task('BuildHotSpotVarieties') buildvms(['--vms', 'client,server', '--builds', 'fastdebug,product']) + buildvms(['--vms', 'server-nograal', '--builds', 'product']) tasks.append(t.stop()) for vmbuild in ['product', 'fastdebug']: