Skip to content

Commit

Permalink
Temporarily exclude the build setup for liberty (adoptium#5468)
Browse files Browse the repository at this point in the history
- Temporarily excluded the build set up due to the issue: eclipse-openj9/openj9#19942

related: eclipse-openj9/openj9#19942

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm authored Jul 31, 2024
1 parent 28c068c commit 5b5a234
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions perf/liberty/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
<exec executable="bash">
<env key="DEST" value="${DEST}"/>
<env key="LIBERTY_DEP_CACHE_LOCATION" value="${env.PERF_ROOT}"/>
<arg value="${DEST}/scripts/bin/configure_liberty.sh"/>
<arg value="${DEST}/scripts/bin/configure_liberty.sh"/>
</exec>
</target>
<target name="build">
<antcall target="configure" inheritall="true" />
<!-- Temporarily exclude the build setup due to issue https://github.com/eclipse-openj9/openj9/issues/19942 -->
<target name="build" >
<!-- <antcall target="configure" inheritall="true" /> -->
</target>
</project>

0 comments on commit 5b5a234

Please sign in to comment.