Skip to content

Commit

Permalink
Enable debug images for all platforms including AIX (adoptium#2651)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard authored Jun 7, 2021
1 parent acf4ab3 commit 8d1b2a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build-farm/make-adopt-build-farm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,8 @@ echo "Filename will be: $FILENAME"

export BUILD_ARGS="${BUILD_ARGS} --use-jep319-certs"

# Enable debug images for all platforms except AIX until upstream openjdk supports "external" native debug symbols
if [ "${OPERATING_SYSTEM}" != "aix" ] ; then
export BUILD_ARGS="${BUILD_ARGS} --create-debug-image"
fi
# Enable debug images for all platforms
export BUILD_ARGS="${BUILD_ARGS} --create-debug-image"

echo "$PLATFORM_SCRIPT_DIR/../makejdk-any-platform.sh --clean-git-repo --jdk-boot-dir ${JDK_BOOT_DIR} --configure-args ${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --target-file-name ${FILENAME} ${TAG_OPTION} ${OPTIONS} ${BUILD_ARGS} ${VARIANT_ARG} ${JAVA_TO_BUILD}"

Expand Down

0 comments on commit 8d1b2a0

Please sign in to comment.