Skip to content

Remove Support for quictls v1.1 #5031

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Apr 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,714 changes: 437 additions & 1,277 deletions .azure/CredScanSuppressions.json

Large diffs are not rendered by default.

30 changes: 6 additions & 24 deletions .azure/OneBranch.Official.yml
Original file line number Diff line number Diff line change
@@ -112,19 +112,11 @@ extends:
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Release
tls: openssl
tls: quictls
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Debug
tls: openssl
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Release
tls: openssl3
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Debug
tls: openssl3
tls: quictls

- stage: build_gamecore_console
displayName: Build Gamecore
@@ -155,16 +147,6 @@ extends:
config: Debug
tls: schannel
platform: uwp
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Release
tls: openssl
platform: uwp
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Debug
tls: openssl
platform: uwp

- stage: build_linux
displayName: Build Linux
@@ -180,23 +162,23 @@ extends:
parameters:
config: Release
kernel: "kernel5_15"
tls: openssl3
tls: quictls
- template: .azure/obtemplates/build-linux.yml@self
parameters:
config: Debug
kernel: "kernel5_15"
tls: openssl3
tls: quictls
- template: .azure/obtemplates/build-linux.yml@self
parameters:
config: Release
kernel: "kernel6_8"
tls: openssl3
tls: quictls
xdp: "-UseXdp"
- template: .azure/obtemplates/build-linux.yml@self
parameters:
config: Debug
kernel: "kernel6_8"
tls: openssl3
tls: quictls
xdp: "-UseXdp"

- stage: package_linux
37 changes: 2 additions & 35 deletions .azure/OneBranch.Publish.yml
Original file line number Diff line number Diff line change
@@ -22,40 +22,7 @@ parameters:
- name: kernel
type: object
default:
# build on ubuntu 20.04 openssl 1.1
- name: kernel5_4
type: object
default:
- name: RPM
destinations:
- microsoft-sles12-prod-yum # 12 3.12
- microsoft-sles15-prod-yum # 15 4.12
- microsoft-centos7-prod-yum # 7 3.10
- microsoft-centos8-prod-yum # 8 4.18
- microsoft-opensuse15-prod-yum # 15 4.12
- microsoft-fedora32-prod-yum # 32 5.6
- microsoft-fedora33-prod-yum # 33 5.8
- microsoft-fedora34-prod-yum # 34 5.11
- microsoft-fedora35-prod-yum # 35 5.14
- microsoft-rhel7.3-prod-yum # 7.3 3.10
- microsoft-rhel8.0-prod-yum # 8.0 4.18
- microsoft-rhel8.1-prod-yum # 8.1 4.18
- name: DEB
destinations:
- microsoft-ubuntu-xenial-prod-apt # 16.04 4.4
- microsoft-ubuntu-bionic-prod-apt # 18.04 4.15
- microsoft-ubuntu-focal-prod-apt # 20.04 5.4
- microsoft-ubuntu-groovy-prod-apt # 20.10 5.8
- microsoft-ubuntu-hirsute-prod-apt # 21.04 5.11
- microsoft-debian-stretch-prod-apt # 9 4.9
- microsoft-debian-buster-prod-apt # 10 4.19
- microsoft-debian-bullseye-prod-apt # 11 5.10
- name: CBL
destinations:
- cbl-mariner-1.0-prod-Microsoft-x86_64-rpms-yum
- cbl-mariner-2.0-prod-Microsoft-x86_64-yum
- cbl-mariner-2.0-prod-Microsoft-aarch64-yum
# built on ubuntu 22.04, openssl3
# built on ubuntu 22.04, quictls
- name: kernel5_15
type: object
default:
@@ -73,7 +40,7 @@ parameters:
- microsoft-ubuntu-lunar-prod-apt # 23.04 6.2
- microsoft-ubuntu-mantic-prod-apt # 23.10 6.5
- microsoft-debian-bookworm-prod-apt # 12 6.1
# built on ubuntu 24.04 openssl3 XDP
# built on ubuntu 24.04 quictls XDP
- name: kernel6_8
type: object
default:
30 changes: 6 additions & 24 deletions .azure/OneBranch.PullRequest.yml
Original file line number Diff line number Diff line change
@@ -108,19 +108,11 @@ extends:
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Release
tls: openssl
tls: quictls
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Debug
tls: openssl
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Release
tls: openssl3
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Debug
tls: openssl3
tls: quictls

- stage: build_gamecore_console
displayName: Build Gamecore
@@ -151,16 +143,6 @@ extends:
config: Debug
tls: schannel
platform: uwp
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Release
tls: openssl
platform: uwp
- template: .azure/obtemplates/build-winuser.yml@self
parameters:
config: Debug
tls: openssl
platform: uwp

- stage: build_linux
displayName: Build Linux
@@ -176,23 +158,23 @@ extends:
parameters:
config: Release
kernel: "kernel5_15"
tls: openssl3
tls: quictls
- template: .azure/obtemplates/build-linux.yml@self
parameters:
config: Debug
kernel: "kernel5_15"
tls: openssl3
tls: quictls
- template: .azure/obtemplates/build-linux.yml@self
parameters:
config: Release
kernel: "kernel6_8"
tls: openssl3
tls: quictls
xdp: "-UseXdp"
- template: .azure/obtemplates/build-linux.yml@self
parameters:
config: Debug
kernel: "kernel6_8"
tls: openssl3
tls: quictls
xdp: "-UseXdp"

- stage: package_linux
Loading