Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions eng/pipelines/coreclr/crossgen2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ extends:
- windows_x64
- windows_arm64
jobParameters:
# Windows-arm64 checked cross-build needs more than the default 60m AzDO job timeout.
timeoutInMinutes: 360
buildArgs: -s clr+libs -c $(_BuildConfig) -lc Release
Comment thread
kotlarmilos marked this conversation as resolved.
postBuildSteps:
- template: /eng/pipelines/coreclr/templates/build-native-test-assets-step.yml
Comment thread
kotlarmilos marked this conversation as resolved.
Outdated
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/coreclr/gcstress0x3-gcstress0xc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ extends:
# Adding it here will enable it also
- osx_arm64
jobParameters:
# Windows-arm64 checked cross-build needs more than the default 60m AzDO job timeout.
timeoutInMinutes: 360
buildArgs: -s clr+libs -c $(_BuildConfig) -lc Release
postBuildSteps:
- template: /eng/pipelines/coreclr/templates/build-native-test-assets-step.yml
Comment thread
kotlarmilos marked this conversation as resolved.
Outdated
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/coreclr/r2r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ extends:
- windows_x64
- windows_x86
jobParameters:
# Windows-arm64 checked cross-build needs more than the default 60m AzDO job timeout.
timeoutInMinutes: 360
buildArgs: -s clr+libs -c $(_BuildConfig) -lc Release
Comment thread
kotlarmilos marked this conversation as resolved.
postBuildSteps:
- template: /eng/pipelines/coreclr/templates/build-native-test-assets-step.yml
Comment thread
kotlarmilos marked this conversation as resolved.
Outdated
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/coreclr/templates/jit-outerloop-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ extends:
buildConfig: checked
platforms: ${{ parameters.platforms }}
jobParameters:
# Windows-arm64 checked cross-build needs more than the default 60m AzDO job timeout.
timeoutInMinutes: 360
buildArgs: -s clr+libs -c $(_BuildConfig) -lc Release
postBuildSteps:
- template: /eng/pipelines/coreclr/templates/build-native-test-assets-step.yml
Comment thread
kotlarmilos marked this conversation as resolved.
Outdated
Expand Down
Loading