Skip to content

Commit

Permalink
Merge pull request #3163 from eclipse/revert-3158-master
Browse files Browse the repository at this point in the history
Revert "Enable openssl within nightly and pr builds"
  • Loading branch information
pshipton authored Oct 5, 2018
2 parents f69c425 + 607bc32 commit 18d1b1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion buildenv/jenkins/common/build
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get_sources() {
checkout_pullrequest()
} else {
sh "git checkout ${OPENJDK_SHA}"
sh "bash ./get_source.sh ${EXTRA_GETSOURCE_OPTIONS} ${OPENJ9_REPO_OPTION} ${OPENJ9_BRANCH_OPTION} ${OPENJ9_SHA_OPTION} ${OMR_REPO_OPTION} ${OMR_BRANCH_OPTION} ${OMR_SHA_OPTION}"
sh "bash ./get_source.sh ${OPENJ9_REPO_OPTION} ${OPENJ9_BRANCH_OPTION} ${OPENJ9_SHA_OPTION} ${OMR_REPO_OPTION} ${OMR_BRANCH_OPTION} ${OMR_SHA_OPTION}"
}
}

Expand Down
1 change: 0 additions & 1 deletion buildenv/jenkins/common/variables-functions
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ def set_build_variables() {
// fetch values per spec and Java version from the variables file
BOOT_JDK = get_value(VARIABLES."${SPEC}".boot_jdk, SDK_VERSION)
FREEMARKER = VARIABLES."${SPEC}".freemarker
EXTRA_GETSOURCE_OPTIONS = get_value(VARIABLES.extra_getsource_options, SDK_VERSION)
EXTRA_CONFIGURE_OPTIONS = get_value(VARIABLES."${SPEC}".extra_configure_options, SDK_VERSION)
EXTRA_MAKE_OPTIONS = get_value(VARIABLES."${SPEC}".extra_make_options, SDK_VERSION)
OPENJDK_REFERENCE_REPO = VARIABLES."${SPEC}".openjdk_reference_repo
Expand Down
14 changes: 3 additions & 11 deletions buildenv/jenkins/variables/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ build_discarder:
build: 10
pipeline: 0
pullRequest: 0
extra_getsource_options:
8: '--openssl-version=1.1.1'
#========================================#
# Linux PPCLE 64bits Compressed Pointers
#========================================#
Expand Down Expand Up @@ -89,8 +87,6 @@ linux_ppc-64_cmprssptrs_le:
10: 'hw.arch.ppc64le && sw.os.ubuntu'
11: 'hw.arch.ppc64le && sw.os.ubuntu'
next: 'hw.arch.ppc64le && sw.os.ubuntu'
extra_configure_options:
8: '--with-openssl=fetched --enable-openssl-bundling'
build_env:
vars:
11: 'CC=gcc-7 CXX=g++-7'
Expand Down Expand Up @@ -128,8 +124,6 @@ linux_390-64_cmprssptrs:
10: 'hw.arch.s390x && sw.os.ubuntu'
11: 'hw.arch.s390x && sw.os.ubuntu'
next: 'hw.arch.s390x && sw.os.ubuntu'
extra_configure_options:
8: '--with-openssl=fetched --enable-openssl-bundling'
build_env:
vars:
11: 'CC=gcc-7 CXX=g++-7'
Expand Down Expand Up @@ -166,7 +160,7 @@ aix_ppc-64_cmprssptrs:
11: 'hw.arch.ppc && sw.os.aix'
next: 'hw.arch.ppc && sw.os.aix'
extra_configure_options:
8: '--with-cups-include=/opt/freeware/include --disable-ccache --with-jobs=8 --with-openssl=fetched --enable-openssl-bundling'
8: '--with-cups-include=/opt/freeware/include --disable-ccache --with-jobs=8'
9: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8'
10: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8'
11: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8'
Expand Down Expand Up @@ -202,8 +196,6 @@ linux_x86-64_cmprssptrs:
10: 'hw.arch.x86 && sw.os.ubuntu'
11: 'hw.arch.x86 && sw.os.ubuntu'
next: 'hw.arch.x86 && sw.os.ubuntu'
extra_configure_options:
8: '--with-openssl=fetched --enable-openssl-bundling'
build_env:
vars:
11: 'CC=gcc-7 CXX=g++-7'
Expand Down Expand Up @@ -240,7 +232,7 @@ linux_x86-64_cmprssptrs_cmake:
11: 'hw.arch.x86 && sw.os.ubuntu'
next: 'hw.arch.x86 && sw.os.ubuntu'
extra_configure_options:
8: '--with-cmake --disable-ddr --with-openssl=fetched --enable-openssl-bundling'
8: '--with-cmake --disable-ddr'
9: '--with-cmake --disable-ddr'
10: '--with-cmake --disable-ddr'
11: '--with-cmake --disable-ddr'
Expand Down Expand Up @@ -287,7 +279,7 @@ linux_x86-64:
11: 'hw.arch.x86 && sw.os.ubuntu'
next: 'hw.arch.x86 && sw.os.ubuntu'
extra_configure_options:
8: '--with-noncompressedrefs --with-openssl=fetched --enable-openssl-bundling'
8: '--with-noncompressedrefs'
9: '--with-noncompressedrefs'
10: '--with-noncompressedrefs'
11: '--with-noncompressedrefs'
Expand Down

0 comments on commit 18d1b1f

Please sign in to comment.