Skip to content

Commit fe1ac38

Browse files
committed
rebased to resolve conflict in CHANGES.md
1 parent 6eb368b commit fe1ac38

118 files changed

Lines changed: 762 additions & 1893 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/aarch64-more-cross-compiles.yml

Lines changed: 0 additions & 202 deletions
This file was deleted.

.github/workflows/backport.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
}, {
3131
branch: '3.4',
3232
cppflags: 'CPPFLAGS=-ansi'
33+
}, {
34+
branch: '3.3',
35+
cppflags: 'CPPFLAGS=-ansi',
36+
}, {
37+
branch: '3.2',
38+
cppflags: 'CPPFLAGS=-ansi'
3339
}, {
3440
branch: '3.0',
3541
cppflags: 'CPPFLAGS=-ansi'

.github/workflows/ct-validation-daily.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

.github/workflows/interop-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
{ openssl: 'openssl-3.6', openssh: 'openssl-3.6', openssl_config: 'no-docs'},
7373
{ openssl: 'openssl-3.5', openssh: 'openssl-3.5', openssl_config: 'no-docs'},
7474
{ openssl: 'openssl-3.4', openssh: 'openssl-3.4', openssl_config: 'no-docs'},
75+
{ openssl: 'openssl-3.3', openssh: 'openssl-3.3', openssl_config: 'no-docs'},
7576
{ openssl: 'openssl-3.0', openssh: 'openssl-3.0', openssl_config: ''}
7677
]
7778
runs-on: ubuntu-latest

.github/workflows/prov-compat-label.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ jobs:
115115
dir: branch-3.0,
116116
tgz: branch-3.0.tar.gz,
117117
extra_config: "",
118+
}, {
119+
name: openssl-3.3,
120+
dir: branch-3.3,
121+
tgz: branch-3.3.tar.gz,
122+
extra_config: "",
118123
}, {
119124
name: openssl-3.4,
120125
dir: branch-3.4,
@@ -205,7 +210,7 @@ jobs:
205210
# Note that releases are not used as a test environment for
206211
# later providers. Problems in these situations ought to be
207212
# caught by cross branch testing before the release.
208-
tree_a: [ branch-4.0, branch-3.6, branch-3.5, branch-3.4, branch-3.0,
213+
tree_a: [ branch-4.0, branch-3.6, branch-3.5, branch-3.4, branch-3.3, branch-3.0,
209214
openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.2 ]
210215
tree_b: [ PR ]
211216
include:
@@ -219,6 +224,8 @@ jobs:
219224
tree_b: branch-3.5
220225
- tree_a: PR
221226
tree_b: branch-3.4
227+
- tree_a: PR
228+
tree_b: branch-3.3
222229
- tree_a: PR
223230
tree_b: branch-3.0
224231
steps:

.github/workflows/provider-compatibility.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ jobs:
119119
dir: branch-3.0,
120120
tgz: branch-3.0.tar.gz,
121121
extra_config: "",
122+
}, {
123+
name: openssl-3.3,
124+
dir: branch-3.3,
125+
tgz: branch-3.3.tar.gz,
126+
extra_config: "",
122127
}, {
123128
name: openssl-3.4,
124129
dir: branch-3.4,
@@ -214,10 +219,10 @@ jobs:
214219
# later providers. Problems in these situations ought to be
215220
# caught by cross branch testing before the release.
216221
tree_a: [ branch-master, branch-4.0, branch-3.6, branch-3.5, branch-3.4,
217-
branch-3.0,
222+
branch-3.3, branch-3.0,
218223
openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.2 ]
219224
tree_b: [ branch-master, branch-4.0, branch-3.6, branch-3.5, branch-3.4,
220-
branch-3.0 ]
225+
branch-3.3, branch-3.0 ]
221226
steps:
222227
- name: early exit checks
223228
id: early_exit

0 commit comments

Comments
 (0)