File tree 2 files changed +2
-3
lines changed
common/templates/runtimes
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ jobs:
319
319
- script : $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(logRootNameArg)MonoAot $(monoAotBuildshCommand) $(buildConfig) $(archType) $(runtimeVariantArg)
320
320
displayName : " LLVM AOT compile CoreCLR tests"
321
321
- ${{ if eq(parameters.archType, 'arm64') }} :
322
- - script : $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(logRootNameArg)MonoAot $(monoAotBuildshCommand) $(buildConfig) $(archType) cross $(runtimeVariantArg)
322
+ - script : $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(logRootNameArg)MonoAot $(monoAotBuildshCommand) $(buildConfig) $(archType) cross $(runtimeVariantArg) -maxcpucount:2
323
323
displayName : " LLVM AOT cross-compile CoreCLR tests"
324
324
env :
325
325
__MonoToolPrefix : aarch64-linux-gnu-
Original file line number Diff line number Diff line change @@ -1110,8 +1110,7 @@ jobs:
1110
1110
runtimeFlavor : mono
1111
1111
platforms :
1112
1112
- Linux_x64
1113
- # Disabled pending outcome of https://github.com/dotnet/runtime/issues/60234 investigation
1114
- # - Linux_arm64
1113
+ - Linux_arm64
1115
1114
helixQueueGroup : pr
1116
1115
helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
1117
1116
jobParameters :
You can’t perform that action at this time.
0 commit comments