changeset 24107:98eedf7e3648 jvmci-0.25

remove IGV build from gate
author Doug Simon <doug.simon@oracle.com>
date Wed, 15 Feb 2017 15:47:36 +0100
parents 1439a6614a10
children aacab1fa8044
files mx.jvmci/mx_jvmci.py
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Wed Feb 15 15:36:48 2017 +0100
+++ b/mx.jvmci/mx_jvmci.py	Wed Feb 15 15:47:36 2017 +0100
@@ -1147,11 +1147,6 @@
             buildvms(['--vms', 'server', '--builds', 'fastdebug'])
             run_vm(['-XX:+ExecuteInternalVMTests', '-version'], vm='server', vmbuild='fastdebug')
 
-    with Task('CleanAndBuildIdealGraphVisualizer', tasks, disableJacoco=True) as t:
-        if t and platform.processor() != 'sparc':
-            buildxml = mx._cygpathU2W(join(_suite.dir, 'src', 'share', 'tools', 'IdealGraphVisualizer', 'build.xml'))
-            mx.run(['ant', '-f', buildxml, '-q', 'clean', 'build'], env=_igvBuildEnv())
-
     # Prevent JVMCI modifications from breaking the standard builds
     if args.buildNonJVMCI:
         with Task('BuildHotSpotVarieties', tasks, disableJacoco=True) as t: