File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 57
57
variables :
58
58
testRunTitle : ' $(build.sourceBranchName)-linux'
59
59
testRunPlatform : linux
60
- openssl_version : 1.1.1k
60
+ openssl_version : 3.0.0-alpha14
61
61
62
62
steps :
63
63
- template : ./posix-steps.yml
83
83
variables :
84
84
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
85
85
testRunPlatform : linux-coverage
86
- openssl_version : 1.1.1k
86
+ openssl_version : 3.0.0-alpha14
87
87
88
88
steps :
89
89
- template : ./posix-steps.yml
Original file line number Diff line number Diff line change 57
57
variables :
58
58
testRunTitle : ' $(system.pullRequest.TargetBranch)-linux'
59
59
testRunPlatform : linux
60
- openssl_version : 1.1.1k
60
+ openssl_version : 3.0.0-alpha14
61
61
62
62
steps :
63
63
- template : ./posix-steps.yml
83
83
variables :
84
84
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
85
85
testRunPlatform : linux-coverage
86
- openssl_version : 1.1.1k
86
+ openssl_version : 3.0.0-alpha14
87
87
88
88
steps :
89
89
- template : ./posix-steps.yml
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
needs : check_source
132
132
if : needs.check_source.outputs.run_tests == 'true'
133
133
env :
134
- OPENSSL_VER : 1.1.1k
134
+ OPENSSL_VER : 3.0.0-alpha14
135
135
steps :
136
136
- uses : actions/checkout@v2
137
137
- name : Register gcc problem matcher
Original file line number Diff line number Diff line change 25
25
name : ' Ubuntu (Coverage)'
26
26
runs-on : ubuntu-latest
27
27
env :
28
- OPENSSL_VER : 1.1.1k
28
+ OPENSSL_VER : 3.0.0-alpha14
29
29
steps :
30
30
- uses : actions/checkout@v2
31
31
- name : Install Dependencies
Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
global :
13
- - OPENSSL=1.1.1k
13
+ - OPENSSL=3.0.0-alpha14
14
14
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
15
15
- PATH="${OPENSSL_DIR}/bin:$PATH"
16
16
- CFLAGS="-I${OPENSSL_DIR}/include"
Original file line number Diff line number Diff line change @@ -242,9 +242,9 @@ def library_recipes():
242
242
243
243
result .extend ([
244
244
dict (
245
- name = "OpenSSL 1.1.1k " ,
246
- url = "https://www.openssl.org/source/openssl-1.1.1k .tar.gz" ,
247
- checksum = 'c4e7d95f782b08116afa27b30393dd27 ' ,
245
+ name = "OpenSSL 3.0.0-alpha14 " ,
246
+ url = "https://www.openssl.org/source/openssl-3.0.0-alpha14 .tar.gz" ,
247
+ checksum = '65bbd34991af56f0d94139c42dd40001 ' ,
248
248
buildrecipe = build_universal_openssl ,
249
249
configure = None ,
250
250
install = None ,
You can’t perform that action at this time.
0 commit comments