Skip to content

Commit

Permalink
Disable DDR support for AIX/JDK13/OpenJ9 (adoptium#1399)
Browse files Browse the repository at this point in the history
* Revert "Nightly build inhibit (adoptium#1326)"

This reverts commit 88e638d.

* Disable DDR for AIX/JDK13/J9 builds
  • Loading branch information
sxa555 authored and karianna committed Nov 26, 2019
1 parent cd543d3 commit 7b2f444
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-farm/platform-specific-configurations/aix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ then
export PATH=/opt/freeware/bin:$JAVA_HOME/bin:/usr/local/bin:/opt/IBM/xlC/16.1.0/bin:/opt/IBM/xlc/16.1.0/bin:$PATH
export CC=xlclang
export CXX=xlclang++
# J9 JDK13 will break with an error building against libdwarf without this at present
if [ "${VARIANT}" == "${BUILD_VARIANT_OPENJ9}" ]; then
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --disable-ddr"
fi
else
export PATH=/opt/freeware/bin:$JAVA_HOME/bin:/usr/local/bin:/opt/IBM/xlC/13.1.3/bin:/opt/IBM/xlc/13.1.3/bin:$PATH
fi
Expand Down

0 comments on commit 7b2f444

Please sign in to comment.