Skip to content

Commit

Permalink
bump jdk8u builds to macOS 10.14 (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Apr 21, 2020
1 parent db4f158 commit 74c3eaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build-farm/platform-specific-configurations/mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ XCODE_SWITCH_PATH="/";
if [ "${JAVA_TO_BUILD}" == "${JDK8_VERSION}" ]
then
XCODE_SWITCH_PATH="/Applications/Xcode.app"
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-toolchain-type=clang"
# See https://github.com/AdoptOpenJDK/openjdk-build/issues/1202
if isHotSpot; then
export COMPILER_WARNINGS_FATAL=false
Expand Down Expand Up @@ -111,7 +112,6 @@ if [ "${VARIANT}" == "${BUILD_VARIANT_OPENJ9}" ]; then
then
export SED=gsed
export TAR=gtar
export SDKPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-xcode-path=/Applications/Xcode.app --with-openj9-cc=/Applications/Xcode7/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --with-openj9-cxx=/Applications/Xcode7/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ --with-openj9-developer-dir=/Applications/Xcode7/Xcode.app/Contents/Developer"
export SDKPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
fi
fi
6 changes: 3 additions & 3 deletions pipelines/jobs/configurations/jdk8_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ class Config8 {
os : 'mac',
arch : 'x64',
additionalNodeLabels: [
hotspot : 'build-macstadium-macos1010-1',
hotspot : 'macos10.14',
corretto: 'build-macstadium-macos1010-1',
openj9 : 'build-macstadium-macos1010-2'
openj9 : 'macos10.14'
],
test : ['sanity.openjdk', 'sanity.system', 'extended.system', 'special.openjdk']
],

x64MacXL : [
os : 'mac',
arch : 'x64',
additionalNodeLabels : 'build-macstadium-macos1010-2',
additionalNodeLabels : 'macos10.14',
test : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf', 'special.openjdk'],
additionalFileNameTag: "macosXL",
configureArgs : '--with-noncompressedrefs'
Expand Down

0 comments on commit 74c3eaa

Please sign in to comment.