Skip to content

Commit

Permalink
Merge pull request #7060 from keithc-ca/cmake11ddr
Browse files Browse the repository at this point in the history
Cmake: don't disable DDR for Java 11
  • Loading branch information
pshipton committed Sep 12, 2019
2 parents 39f1a4a + 0622f1f commit bc32a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/variables/defaults.yml
Expand Up @@ -338,7 +338,7 @@ x86-64_linux_cm:
next: '--openssl-version=1.1.1a'
extra_configure_options:
8: '--with-cmake --disable-ddr --with-openssl=fetched'
11: '--with-cmake --disable-ddr --with-openssl=fetched'
11: '--with-cmake --with-openssl=fetched'
12: '--with-cmake --disable-ddr --with-openssl=fetched'
13: '--with-cmake --disable-ddr --with-openssl=fetched'
next: '--with-cmake --disable-ddr --with-openssl=fetched'
Expand Down

0 comments on commit bc32a12

Please sign in to comment.