8152646: disable ant octane target to avoid hudson build failure notifications
Reviewed-by: jlaskey
This commit is contained in:
parent
d50a34f94f
commit
a7db5b37f6
@ -278,8 +278,14 @@
|
||||
-->
|
||||
<target name="octane-nashorn" depends="jar">
|
||||
<property name="runtime" value="nashorn"/>
|
||||
<antcall target="octane-process-separate"/>
|
||||
<antcall target="octane-process-single"/>
|
||||
<!--
|
||||
Temporarily disabled because ant script tag is broken with
|
||||
jdk9. See also: JDK-8152533.
|
||||
|
||||
<antcall target="octane-process-separate"/>
|
||||
<antcall target="octane-process-single"/>
|
||||
-->
|
||||
<echo message="octane target temporarily disabled"/>
|
||||
</target>
|
||||
|
||||
<!-- alias for 'octane' -->
|
||||
|
Loading…
Reference in New Issue
Block a user