Skip to content

Commit

Permalink
try remove runtime-llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
matouskozak committed Jan 28, 2025
1 parent eddfd2e commit 6916dc9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions eng/pipelines/common/evaluate-default-paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,17 @@ jobs:
- eng/pipelines/coreclr/*
- eng/pipelines/libraries/*

- subset: mono_aot_llvm
include:
- src/mono/mono/mini/aot-*.*
- src/mono/mono/mini/llvm-*.*
- src/mono/mono/mini/mini-llvm-*.*
- src/mono/mono/mini/intrinsics.c
- src/mono/mono/mini/simd-*.*
- src/mono/mono/mini/decompose.c
- src/mono/mono/mini/method-to-ir.c
- src/mono/mono/mini/mini.c

- subset: libraries
exclude:
- eng/Version.Details.xml
Expand Down
23 changes: 23 additions & 0 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1742,6 +1742,29 @@ extends:
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
eq(variables['isRollingBuild'], true))
#
# Run "runtime-extra-platforms-ioslike.yml" on PRs when Mono AOT LLVM changes
#
- template: /eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml
parameters:
isExtraPlatformsBuild: false
isiOSLikeOnlyBuild: true
isRollingBuild: false
condition: >-
and(
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_aot_llvm.containsChange'], true),
eq(variables['Build.Reason'], 'PullRequest'))
# #
# # Run "runtime-llvm.yml" on PRs when Mono AOT LLVM changes
# #
# - template: /eng/pipelines/runtime-llvm.yml
# parameters:
# condition: >-
# and(
# eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_aot_llvm.containsChange'], true),
# eq(variables['Build.Reason'], 'PullRequest'))

- stage: SourceBuild
displayName: Source Build Validation
dependsOn: []
Expand Down

0 comments on commit 6916dc9

Please sign in to comment.