Skip to content

Commit

Permalink
Merge pull request #4115 from pshipton/openssl
Browse files Browse the repository at this point in the history
Update the linux,osx openssl version to 1.1.1.a
  • Loading branch information
keithc-ca authored Jan 8, 2019
2 parents 761ff93 + 16389c2 commit 8b82afb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildenv/jenkins/variables/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ build_discarder:
pipeline: 0
pullRequest: 0
extra_getsource_options:
8: '--openssl-version=1.1.1'
11: '--openssl-version=1.1.1'
8: '--openssl-version=1.1.1a'
11: '--openssl-version=1.1.1a'
restart_timeout:
time: '5'
units: 'HOURS'
Expand Down Expand Up @@ -162,7 +162,7 @@ linux_390-64_cmprssptrs:
12: 'CC=gcc-7 CXX=g++-7'
next: 'CC=gcc-7 CXX=g++-7'
extra_configure_options:
8: '--with-openssl=/home/jenkins/openssl-1.1.1 --enable-openssl-bundling'
8: '--with-openssl=fetched --enable-openssl-bundling'
11: '--with-openssl=fetched --enable-openssl-bundling'
#========================================#
# AIX PPC 64bits Compressed Pointers
Expand Down

0 comments on commit 8b82afb

Please sign in to comment.