@@ -43,48 +43,6 @@ extends:
43
43
44
44
- stage : Build
45
45
jobs :
46
- #
47
- # Build Mono and Installer on LLVMJIT mode
48
- #
49
- - template : /eng/pipelines/common/platform-matrix.yml
50
- parameters :
51
- jobTemplate : /eng/pipelines/common/global-build-job.yml
52
- buildConfig : Release
53
- runtimeFlavor : mono
54
- platforms :
55
- - osx_x64
56
- jobParameters :
57
- testGroup : innerloop
58
- nameSuffix : AllSubsets_Mono_LLVMJIT
59
- buildArgs : -s mono+libs+host+packs -c $(_BuildConfig)
60
- /p:MonoEnableLLVM=true /p:MonoBundleLLVMOptimizer=false
61
- condition : >-
62
- or(
63
- eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
64
- eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
65
- eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
66
- eq(variables['isRollingBuild'], true))
67
-
68
- - template : /eng/pipelines/common/platform-matrix.yml
69
- parameters :
70
- jobTemplate : /eng/pipelines/common/global-build-job.yml
71
- buildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
72
- runtimeFlavor : mono
73
- platforms :
74
- - linux_x64
75
- - linux_arm64
76
- jobParameters :
77
- testGroup : innerloop
78
- nameSuffix : AllSubsets_Mono_LLVMJIT
79
- buildArgs : -s mono+libs+host+packs -c $(_BuildConfig)
80
- /p:MonoEnableLLVM=true /p:MonoBundleLLVMOptimizer=false
81
- condition : >-
82
- or(
83
- eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
84
- eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
85
- eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
86
- eq(variables['isRollingBuild'], true))
87
-
88
46
#
89
47
# Build Mono and Installer on LLVMAOT mode
90
48
#
@@ -133,7 +91,7 @@ extends:
133
91
runtimeFlavor : mono
134
92
platforms :
135
93
- linux_x64
136
- # Disabled pending outcome of https://github.com/dotnet/runtime/issues/60234 investigation
94
+ # Tracking issue: https://github.com/dotnet/runtime/issues/90427
137
95
# - linux_arm64
138
96
variables :
139
97
- name : timeoutPerTestInMinutes
@@ -144,7 +102,7 @@ extends:
144
102
testGroup : innerloop
145
103
nameSuffix : AllSubsets_Mono_LLVMAOT_RuntimeTests
146
104
runtimeVariant : llvmaot
147
- buildArgs : -s mono+libs+clr.hosts+clr.iltools -c $(_BuildConfig) -lc ${{ variables.debugOnPrReleaseOnRolling }} /p:MonoEnableLLVM=true
105
+ buildArgs : -s mono+libs+clr.hosts+clr.iltools -c $(_BuildConfig) /p:MonoEnableLLVM=true
148
106
timeoutInMinutes : 360
149
107
condition : >-
150
108
or(
@@ -185,7 +143,7 @@ extends:
185
143
testGroup : innerloop
186
144
nameSuffix : AllSubsets_Mono_LLVMFULLAOT_RuntimeTests
187
145
runtimeVariant : llvmfullaot
188
- buildArgs : -s mono+libs+clr.hosts+clr.iltools -c $(_BuildConfig) -lc ${{ variables.debugOnPrReleaseOnRolling }} /p:MonoEnableLLVM=true
146
+ buildArgs : -s mono+libs+clr.hosts+clr.iltools -c $(_BuildConfig) /p:MonoEnableLLVM=true
189
147
timeoutInMinutes : 360
190
148
condition : >-
191
149
or(
@@ -232,7 +190,7 @@ extends:
232
190
testGroup : innerloop
233
191
nameSuffix : AllSubsets_Mono_LLVMFULLAOT_RuntimeIntrinsicsTests
234
192
runtimeVariant : llvmfullaot
235
- buildArgs : -s mono+libs+clr.hosts+clr.iltools -c $(_BuildConfig) -lc ${{ variables.debugOnPrReleaseOnRolling }} /p:MonoEnableLLVM=true
193
+ buildArgs : -s mono+libs+clr.hosts+clr.iltools -c $(_BuildConfig) /p:MonoEnableLLVM=true
236
194
timeoutInMinutes : 360
237
195
condition : >-
238
196
or(
0 commit comments