Skip to content

Reenabling liberty build #6187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
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>