Skip to content
Merged
Changes from all commits
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
17 changes: 17 additions & 0 deletions eng/pipelines/coreclr/jitrollingbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,20 @@ jobs:
- windows_x64
- windows_x86
- windows_arm64

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/build-jit-job.yml
buildConfig: release
platforms:
- OSX_arm64
- OSX_x64
# Currently, Linux arm/arm64 machines don't have the Python 'pip3' tool, nor the azure-storage-blob package that
# is required to do the JIT upload to Azure Storage. Thus, these platforms are disabled. If we can figure out how
# to get Python properly configured, then re-enable them.
# - Linux_arm
# - Linux_arm64
- Linux_x64
- windows_x64
- windows_x86
- windows_arm64