Skip to content

Commit

Permalink
Revert "Temporarily change jdk8 openj9 back to using vs2010 (#2227)" (#…
Browse files Browse the repository at this point in the history
…2241)

This reverts commit 5ba48d9 and reinstates #2191
  • Loading branch information
sxa authored Nov 25, 2020
1 parent 2b32e97 commit 26b06d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-farm/platform-specific-configurations/windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ then
# https://github.com/AdoptOpenJDK/openjdk-build/issues/243
export INCLUDE="C:\Program Files\Debugging Tools for Windows (x64)\sdk\inc;$INCLUDE"
export PATH="/c/cygwin64/bin:/usr/bin:$PATH"
#Remove temporarily: TOOLCHAIN_VERSION="2013"
TOOLCHAIN_VERSION="2013"
elif [ "${JAVA_TO_BUILD}" == "${JDK11_VERSION}" ]
then
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-freemarker-jar=/cygdrive/c/openjdk/freemarker.jar"
Expand Down Expand Up @@ -132,7 +132,7 @@ then
export PATH="$PATH:/c/cygwin64/bin"
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-freemarker-jar=/cygdrive/c/openjdk/freemarker.jar --disable-ccache"
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-openssl=/cygdrive/c/openjdk/OpenSSL-1.1.1h-x86_64-VS2013 --enable-openssl-bundling"
#Remove temporarily: TOOLCHAIN_VERSION="2013"
TOOLCHAIN_VERSION="2013"
elif [ "${JAVA_TO_BUILD}" == "${JDK9_VERSION}" ]
then
TOOLCHAIN_VERSION="2013"
Expand Down

0 comments on commit 26b06d7

Please sign in to comment.