From 19eb88c07cef88d70186169223610eff647233a5 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Fri, 26 Aug 2022 07:27:45 -0400 Subject: [PATCH] Compile Windows jdk11 with VS2019 Issue https://github.com/eclipse-openj9/openj9/issues/15582 See also https://github.com/adoptium/temurin-build/pull/2992 https://github.com/ibmruntimes/temurin-build/pull/25 Signed-off-by: Peter Shipton --- buildenv/jenkins/variables/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv/jenkins/variables/defaults.yml b/buildenv/jenkins/variables/defaults.yml index abef1381584..a7cd8cba42f 100644 --- a/buildenv/jenkins/variables/defaults.yml +++ b/buildenv/jenkins/variables/defaults.yml @@ -356,7 +356,7 @@ x86-64_windows: extra_configure_options: all: '--disable-ccache --with-cuda="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0"' 8: '--with-toolchain-version=2017 --with-freetype-src=/cygdrive/c/openjdk/freetype-2.5.3' - 11: '--with-toolchain-version=2017' + 11: '--with-toolchain-version=2019' 17: '--with-toolchain-version=2019' 18: '--with-toolchain-version=2019' 19: '--with-toolchain-version=2019'