@@ -52,62 +52,62 @@ extends:
52
52
#
53
53
# Build and test with Debug libraries and Debug runtime
54
54
#
55
- - template : /eng/pipelines/common/platform-matrix.yml
56
- parameters :
57
- jobTemplate : /eng/pipelines/common/global-build-job.yml
58
- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
59
- buildConfig : debug
60
- platforms :
61
- - windows_x64
62
- - browser_wasm_win
63
- - wasi_wasm_win
64
- - browser_wasm_linux_x64_naot_llvm
65
- - wasi_wasm_linux_x64_naot_llvm
66
- jobParameters :
67
- timeoutInMinutes : 300
68
- buildArgs : -s clr.aot+libs -c debug -rc $(_BuildConfig)
69
- postBuildSteps :
70
- - template : /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
71
- parameters :
72
- librariesConfiguration : Debug
55
+ # - template: /eng/pipelines/common/platform-matrix.yml
56
+ # parameters:
57
+ # jobTemplate: /eng/pipelines/common/global-build-job.yml
58
+ # helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
59
+ # buildConfig: debug
60
+ # platforms:
61
+ # - windows_x64
62
+ # - browser_wasm_win
63
+ # - wasi_wasm_win
64
+ # - browser_wasm_linux_x64_naot_llvm
65
+ # - wasi_wasm_linux_x64_naot_llvm
66
+ # jobParameters:
67
+ # timeoutInMinutes: 300
68
+ # buildArgs: -s clr.aot+libs -c debug -rc $(_BuildConfig)
69
+ # postBuildSteps:
70
+ # - template: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
71
+ # parameters:
72
+ # librariesConfiguration: Debug
73
73
74
74
#
75
75
# Build and test Wasm Debug multithreaded libraries and Debug runtime
76
76
#
77
- - template : /eng/pipelines/common/platform-matrix.yml
78
- parameters :
79
- jobTemplate : /eng/pipelines/common/global-build-job.yml
80
- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
81
- buildConfig : debug
82
- platforms :
83
- - browser_wasm_win
84
- jobParameters :
85
- timeoutInMinutes : 300
86
- buildArgs : -s clr.aot+libs -c debug -rc $(_BuildConfig) '/p:WasmEnableThreads=true'
87
- nameSuffix : Multithreaded
88
- postBuildSteps :
89
- - template : /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
90
- parameters :
91
- librariesConfiguration : Debug
92
- wasmEnableThreadsArg : /p:WasmEnableThreads=true
77
+ # - template: /eng/pipelines/common/platform-matrix.yml
78
+ # parameters:
79
+ # jobTemplate: /eng/pipelines/common/global-build-job.yml
80
+ # helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
81
+ # buildConfig: debug
82
+ # platforms:
83
+ # - browser_wasm_win
84
+ # jobParameters:
85
+ # timeoutInMinutes: 300
86
+ # buildArgs: -s clr.aot+libs -c debug -rc $(_BuildConfig) '/p:WasmEnableThreads=true'
87
+ # nameSuffix: Multithreaded
88
+ # postBuildSteps:
89
+ # - template: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
90
+ # parameters:
91
+ # librariesConfiguration: Debug
92
+ # wasmEnableThreadsArg: /p:WasmEnableThreads=true
93
93
94
94
#
95
95
# Build and test with Debug libraries and Checked runtime
96
96
#
97
- - template : /eng/pipelines/common/platform-matrix.yml
98
- parameters :
99
- jobTemplate : /eng/pipelines/common/global-build-job.yml
100
- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
101
- buildConfig : checked
102
- platforms :
103
- - windows_x64
104
- jobParameters :
105
- timeoutInMinutes : 300
106
- buildArgs : -s clr.aot+libs -c debug -rc $(_BuildConfig)
107
- postBuildSteps :
108
- - template : /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
109
- parameters :
110
- librariesConfiguration : Debug
97
+ # - template: /eng/pipelines/common/platform-matrix.yml
98
+ # parameters:
99
+ # jobTemplate: /eng/pipelines/common/global-build-job.yml
100
+ # helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
101
+ # buildConfig: checked
102
+ # platforms:
103
+ # - windows_x64
104
+ # jobParameters:
105
+ # timeoutInMinutes: 300
106
+ # buildArgs: -s clr.aot+libs -c debug -rc $(_BuildConfig)
107
+ # postBuildSteps:
108
+ # - template: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
109
+ # parameters:
110
+ # librariesConfiguration: Debug
111
111
112
112
#
113
113
# Build and test with Release libraries and Release runtime
@@ -118,13 +118,13 @@ extends:
118
118
helixQueuesTemplate : /eng/pipelines/libraries/helix-queues-setup.yml
119
119
buildConfig : release
120
120
platforms :
121
- - linux_x64
121
+ # - linux_x64
122
122
# - osx_x64 https://github.com/dotnet/runtimelab/issues/3168
123
- - windows_x64
124
- - browser_wasm_win
125
- - wasi_wasm_win
126
- - browser_wasm_linux_x64_naot_llvm
127
- - wasi_wasm_linux_x64_naot_llvm
123
+ # - windows_x64
124
+ # - browser_wasm_win
125
+ # - wasi_wasm_win
126
+ # - browser_wasm_linux_x64_naot_llvm
127
+ # - wasi_wasm_linux_x64_naot_llvm
128
128
- browser_wasm_linux_arm64_naot_llvm
129
129
jobParameters :
130
130
timeoutInMinutes : 300
0 commit comments