Skip to content

Commit

Permalink
Build jdk8 Windows with VS 2019
Browse files Browse the repository at this point in the history
Issue #15051

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Feb 10, 2023
1 parent fa88348 commit e23ae5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildenv/jenkins/variables/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ x86-64_windows:
freemarker: '/cygdrive/c/openjdk/freemarker.jar'
extra_configure_options:
all: '--disable-ccache --with-cuda="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0"'
8: '--with-toolchain-version=2017'
8: '--with-toolchain-version=2019'
11: '--with-toolchain-version=2019'
17: '--with-toolchain-version=2019'
19: '--with-toolchain-version=2019'
Expand All @@ -380,7 +380,7 @@ x86-32_windows:
release:
8: 'windows-x86-normal-server-release'
extra_configure_options:
8: '--with-toolchain-version=2017 --with-target-bits=32 --disable-ccache'
8: '--with-toolchain-version=2019 --with-target-bits=32 --disable-ccache'
freemarker: '/cygdrive/c/openjdk/freemarker.jar'
node_labels:
build:
Expand Down

0 comments on commit e23ae5f

Please sign in to comment.