Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions perf/liberty/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!--Properties for this particular build-->
<property name="SRC" location="." />
<property environment="env" />

<target name="init">
<mkdir dir="${DEST}" />
</target>
Expand All @@ -37,10 +37,9 @@
<env key="DEST" value="${DEST}"/>
<env key="LIBERTY_DEP_CACHE_LOCATION" value="${env.PERF_ROOT}"/>
<arg value="${DEST}/scripts/bin/configure_liberty.sh"/>
</exec>
</exec>
</target>
<!-- Temporarily exclude the build setup due to issue https://github.com/eclipse-openj9/openj9/issues/19942 -->
<target name="build" >
<!-- <antcall target="configure" inheritall="true" /> -->
<antcall target="configure" inheritall="true" />
</target>
</project>