diff --git a/eng/pipelines/coreclr/superpmi-diffs.yml b/eng/pipelines/coreclr/superpmi-diffs.yml index 10ba7a7a1df002..5e8b4f12b31da6 100644 --- a/eng/pipelines/coreclr/superpmi-diffs.yml +++ b/eng/pipelines/coreclr/superpmi-diffs.yml @@ -55,8 +55,11 @@ extends: platforms: - osx_arm64 - windows_x86 + # Not needed for subsequent steps, but this ensures we get some build + # coverage of community JITs in CI on JIT PRs. + - windows_x64 jobParameters: - buildArgs: -s clr.alljits+clr.spmi -c $(_BuildConfig) + buildArgs: -s clr.alljitscommunity+clr.spmi -c $(_BuildConfig) postBuildSteps: # Build CLR assets for x64 as well as the target as we need an x64 mcs - template: /eng/pipelines/common/templates/global-build-step.yml diff --git a/eng/pipelines/coreclr/templates/jit-replay-pipeline.yml b/eng/pipelines/coreclr/templates/jit-replay-pipeline.yml index 3ee415cb881a73..74f2caf2ff3852 100644 --- a/eng/pipelines/coreclr/templates/jit-replay-pipeline.yml +++ b/eng/pipelines/coreclr/templates/jit-replay-pipeline.yml @@ -32,7 +32,7 @@ extends: buildConfig: checked platforms: ${{ parameters.platforms }} jobParameters: - buildArgs: -s clr.alljitscommunity+clr.spmi -c $(_BuildConfig) + buildArgs: -s clr.alljits+clr.spmi -c $(_BuildConfig) postBuildSteps: - template: /eng/pipelines/common/upload-artifact-step.yml parameters: