Skip to content

Commit

Permalink
Merge pull request #16706 from pshipton/vs2019
Browse files Browse the repository at this point in the history
Build jdk8 Windows with VS 2019
  • Loading branch information
AdamBrousseau committed Feb 17, 2023
2 parents 026df8b + e23ae5f commit 042864b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildenv/jenkins/variables/defaults.yml
Expand Up @@ -367,7 +367,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=2022'
Expand All @@ -389,7 +389,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 042864b

Please sign in to comment.