зеркало из https://github.com/dotnet/diagnostics.git
Target Debian 12 for testing
This commit is contained in:
Родитель
9ec1e8573b
Коммит
b92b54c318
|
@ -253,22 +253,22 @@ extends:
|
|||
- configuration: Debug
|
||||
architecture: x64
|
||||
|
||||
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
|
||||
- template: /eng/pipelines/build.yml
|
||||
parameters:
|
||||
jobTemplate: ${{ variables.jobTemplate }}
|
||||
name: Debian_Bullseye
|
||||
osGroup: Linux
|
||||
container: test_debian_11_amd64
|
||||
dependsOn: Linux
|
||||
testOnly: true
|
||||
buildConfigs:
|
||||
- configuration: Release
|
||||
- template: /eng/pipelines/build.yml
|
||||
parameters:
|
||||
jobTemplate: ${{ variables.jobTemplate }}
|
||||
name: Debian_Bookworm
|
||||
osGroup: Linux
|
||||
container: test_debian_12_amd64
|
||||
dependsOn: Linux
|
||||
testOnly: true
|
||||
buildConfigs:
|
||||
- configuration: Release
|
||||
architecture: x64
|
||||
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
|
||||
- configuration: Debug
|
||||
architecture: x64
|
||||
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
|
||||
- configuration: Debug
|
||||
architecture: x64
|
||||
|
||||
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
|
||||
- template: /eng/pipelines/build.yml
|
||||
parameters:
|
||||
jobTemplate: ${{ variables.jobTemplate }}
|
||||
|
|
|
@ -74,8 +74,8 @@ extends:
|
|||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
|
||||
options: --cap-add=SYS_PTRACE
|
||||
|
||||
test_debian_11_amd64:
|
||||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64
|
||||
test_debian_12_amd64:
|
||||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64
|
||||
options: '--env PYTHONPATH=/usr/bin/python3.9'
|
||||
|
||||
test_fedora:
|
||||
|
|
Загрузка…
Ссылка в новой задаче