# HG changeset patch # User Doug Simon # Date 1487170056 -3600 # Node ID 98eedf7e3648e6d517ef78addd080b69ff0c5bc3 # Parent 1439a6614a10e6050a866d4d69317514a9828d97 remove IGV build from gate diff -r 1439a6614a10 -r 98eedf7e3648 mx.jvmci/mx_jvmci.py --- 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: