Skip to content

Commit

Permalink
Merge pull request #8860 from keithc-ca/pdb8-0.20.0
Browse files Browse the repository at this point in the history
(0.20.0) Restore --disable-zip-debug-info for jdk8 Windows builds
  • Loading branch information
pshipton committed Mar 13, 2020
2 parents 8fe7c70 + 9fd831b commit 58e7d5a
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 @@ -317,7 +317,7 @@ aarch64_linux_xl:
# Windows x86 64bits Compressed Pointers
#========================================#
x86-64_windows:
extends: ['cuda', 'openjdk_reference_repo', 'openssl_bundle']
extends: ['cuda', 'debuginfo', 'openjdk_reference_repo', 'openssl_bundle']
boot_jdk:
8: '/cygdrive/c/openjdk/jdk7'
11: '/cygdrive/c/openjdk/jdk11'
Expand Down Expand Up @@ -350,7 +350,7 @@ x86-64_windows_xl:
# Windows x86 32bits
#========================================#
x86-32_windows:
extends: ['openjdk_reference_repo', 'openssl_bundle']
extends: ['debuginfo', 'openjdk_reference_repo', 'openssl_bundle']
boot_jdk:
8: '/cygdrive/c/openjdk/jdk7'
release:
Expand Down

0 comments on commit 58e7d5a

Please sign in to comment.