@@ -52,62 +52,62 @@ extends:
5252 #
5353 # Build and test with Debug libraries and Debug runtime
5454 #
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
7373
7474 #
7575 # Build and test Wasm Debug multithreaded libraries and Debug runtime
7676 #
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
9393
9494 #
9595 # Build and test with Debug libraries and Checked runtime
9696 #
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
111111
112112 #
113113 # Build and test with Release libraries and Release runtime
@@ -118,13 +118,13 @@ extends:
118118 helixQueuesTemplate : /eng/pipelines/libraries/helix-queues-setup.yml
119119 buildConfig : release
120120 platforms :
121- - linux_x64
121+ # - linux_x64
122122 # - 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
128128 - browser_wasm_linux_arm64_naot_llvm
129129 jobParameters :
130130 timeoutInMinutes : 300
0 commit comments