changeset 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
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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']: