Skip to content

Commit 12ae902

Browse files
authored
Remove Support for quictls v1.1 (#5031)
1 parent 79983ad commit 12ae902

Some content is hidden

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

68 files changed

+595
-2958
lines changed

.azure/CredScanSuppressions.json

Lines changed: 437 additions & 1277 deletions
Large diffs are not rendered by default.

.azure/OneBranch.Official.yml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,11 @@ extends:
112112
- template: .azure/obtemplates/build-winuser.yml@self
113113
parameters:
114114
config: Release
115-
tls: openssl
115+
tls: quictls
116116
- template: .azure/obtemplates/build-winuser.yml@self
117117
parameters:
118118
config: Debug
119-
tls: openssl
120-
- template: .azure/obtemplates/build-winuser.yml@self
121-
parameters:
122-
config: Release
123-
tls: openssl3
124-
- template: .azure/obtemplates/build-winuser.yml@self
125-
parameters:
126-
config: Debug
127-
tls: openssl3
119+
tls: quictls
128120

129121
- stage: build_gamecore_console
130122
displayName: Build Gamecore
@@ -155,16 +147,6 @@ extends:
155147
config: Debug
156148
tls: schannel
157149
platform: uwp
158-
- template: .azure/obtemplates/build-winuser.yml@self
159-
parameters:
160-
config: Release
161-
tls: openssl
162-
platform: uwp
163-
- template: .azure/obtemplates/build-winuser.yml@self
164-
parameters:
165-
config: Debug
166-
tls: openssl
167-
platform: uwp
168150

169151
- stage: build_linux
170152
displayName: Build Linux
@@ -180,23 +162,23 @@ extends:
180162
parameters:
181163
config: Release
182164
kernel: "kernel5_15"
183-
tls: openssl3
165+
tls: quictls
184166
- template: .azure/obtemplates/build-linux.yml@self
185167
parameters:
186168
config: Debug
187169
kernel: "kernel5_15"
188-
tls: openssl3
170+
tls: quictls
189171
- template: .azure/obtemplates/build-linux.yml@self
190172
parameters:
191173
config: Release
192174
kernel: "kernel6_8"
193-
tls: openssl3
175+
tls: quictls
194176
xdp: "-UseXdp"
195177
- template: .azure/obtemplates/build-linux.yml@self
196178
parameters:
197179
config: Debug
198180
kernel: "kernel6_8"
199-
tls: openssl3
181+
tls: quictls
200182
xdp: "-UseXdp"
201183

202184
- stage: package_linux

.azure/OneBranch.Publish.yml

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -22,40 +22,7 @@ parameters:
2222
- name: kernel
2323
type: object
2424
default:
25-
# build on ubuntu 20.04 openssl 1.1
26-
- name: kernel5_4
27-
type: object
28-
default:
29-
- name: RPM
30-
destinations:
31-
- microsoft-sles12-prod-yum # 12 3.12
32-
- microsoft-sles15-prod-yum # 15 4.12
33-
- microsoft-centos7-prod-yum # 7 3.10
34-
- microsoft-centos8-prod-yum # 8 4.18
35-
- microsoft-opensuse15-prod-yum # 15 4.12
36-
- microsoft-fedora32-prod-yum # 32 5.6
37-
- microsoft-fedora33-prod-yum # 33 5.8
38-
- microsoft-fedora34-prod-yum # 34 5.11
39-
- microsoft-fedora35-prod-yum # 35 5.14
40-
- microsoft-rhel7.3-prod-yum # 7.3 3.10
41-
- microsoft-rhel8.0-prod-yum # 8.0 4.18
42-
- microsoft-rhel8.1-prod-yum # 8.1 4.18
43-
- name: DEB
44-
destinations:
45-
- microsoft-ubuntu-xenial-prod-apt # 16.04 4.4
46-
- microsoft-ubuntu-bionic-prod-apt # 18.04 4.15
47-
- microsoft-ubuntu-focal-prod-apt # 20.04 5.4
48-
- microsoft-ubuntu-groovy-prod-apt # 20.10 5.8
49-
- microsoft-ubuntu-hirsute-prod-apt # 21.04 5.11
50-
- microsoft-debian-stretch-prod-apt # 9 4.9
51-
- microsoft-debian-buster-prod-apt # 10 4.19
52-
- microsoft-debian-bullseye-prod-apt # 11 5.10
53-
- name: CBL
54-
destinations:
55-
- cbl-mariner-1.0-prod-Microsoft-x86_64-rpms-yum
56-
- cbl-mariner-2.0-prod-Microsoft-x86_64-yum
57-
- cbl-mariner-2.0-prod-Microsoft-aarch64-yum
58-
# built on ubuntu 22.04, openssl3
25+
# built on ubuntu 22.04, quictls
5926
- name: kernel5_15
6027
type: object
6128
default:
@@ -73,7 +40,7 @@ parameters:
7340
- microsoft-ubuntu-lunar-prod-apt # 23.04 6.2
7441
- microsoft-ubuntu-mantic-prod-apt # 23.10 6.5
7542
- microsoft-debian-bookworm-prod-apt # 12 6.1
76-
# built on ubuntu 24.04 openssl3 XDP
43+
# built on ubuntu 24.04 quictls XDP
7744
- name: kernel6_8
7845
type: object
7946
default:

.azure/OneBranch.PullRequest.yml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,11 @@ extends:
108108
- template: .azure/obtemplates/build-winuser.yml@self
109109
parameters:
110110
config: Release
111-
tls: openssl
111+
tls: quictls
112112
- template: .azure/obtemplates/build-winuser.yml@self
113113
parameters:
114114
config: Debug
115-
tls: openssl
116-
- template: .azure/obtemplates/build-winuser.yml@self
117-
parameters:
118-
config: Release
119-
tls: openssl3
120-
- template: .azure/obtemplates/build-winuser.yml@self
121-
parameters:
122-
config: Debug
123-
tls: openssl3
115+
tls: quictls
124116

125117
- stage: build_gamecore_console
126118
displayName: Build Gamecore
@@ -151,16 +143,6 @@ extends:
151143
config: Debug
152144
tls: schannel
153145
platform: uwp
154-
- template: .azure/obtemplates/build-winuser.yml@self
155-
parameters:
156-
config: Release
157-
tls: openssl
158-
platform: uwp
159-
- template: .azure/obtemplates/build-winuser.yml@self
160-
parameters:
161-
config: Debug
162-
tls: openssl
163-
platform: uwp
164146

165147
- stage: build_linux
166148
displayName: Build Linux
@@ -176,23 +158,23 @@ extends:
176158
parameters:
177159
config: Release
178160
kernel: "kernel5_15"
179-
tls: openssl3
161+
tls: quictls
180162
- template: .azure/obtemplates/build-linux.yml@self
181163
parameters:
182164
config: Debug
183165
kernel: "kernel5_15"
184-
tls: openssl3
166+
tls: quictls
185167
- template: .azure/obtemplates/build-linux.yml@self
186168
parameters:
187169
config: Release
188170
kernel: "kernel6_8"
189-
tls: openssl3
171+
tls: quictls
190172
xdp: "-UseXdp"
191173
- template: .azure/obtemplates/build-linux.yml@self
192174
parameters:
193175
config: Debug
194176
kernel: "kernel6_8"
195-
tls: openssl3
177+
tls: quictls
196178
xdp: "-UseXdp"
197179

198180
- stage: package_linux

0 commit comments

Comments
 (0)