changeset 22326:f150f5e00ccd

Remove unused --check-distributions option.
author Roland Schatz <roland.schatz@oracle.com>
date Fri, 24 Jul 2015 15:54:06 +0200
parents f114acdecf70
children 2c352e8d76ec
files mx.jvmci/mx_jvmci.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Fri Jul 24 15:21:27 2015 +0200
+++ b/mx.jvmci/mx_jvmci.py	Fri Jul 24 15:54:06 2015 +0200
@@ -1151,7 +1151,7 @@
 
     # Build server-hosted-jvmci now so we can run the unit tests
     with Task('BuildHotSpotJVMCIHosted: product', tasks) as t:
-        if t: buildvms(['--vms', 'server', '--builds', 'product', '--check-distributions'])
+        if t: buildvms(['--vms', 'server', '--builds', 'product'])
 
     # Run unit tests on server-hosted-jvmci
     with VM('server', 'product'):
@@ -1160,7 +1160,7 @@
 
     # Build the other VM flavors
     with Task('BuildHotSpotGraalOthers: fastdebug,product', tasks) as t:
-        if t: buildvms(['--vms', 'jvmci,server', '--builds', 'fastdebug,product', '--check-distributions'])
+        if t: buildvms(['--vms', 'jvmci,server', '--builds', 'fastdebug,product'])
 
     with VM('jvmci', 'fastdebug'):
         with Task('BootstrapWithSystemAssertions:fastdebug', tasks) as t: