Skip to content

Commit c3926ed

Browse files
committed
Revert "Remove RunAOTCompilation and MonoForceInterpreter from iOS/tvOS pipelines"
This reverts commit f27b1ae15a6434e95415f30e7e01c74258e3046c.
1 parent 2c4ab9a commit c3926ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
testGroup: innerloop
3636
nameSuffix: AllSubsets_Mono
3737
isExtraPlatforms: ${{ parameters.isExtraPlatformsBuild }}
38-
buildArgs: -s mono+libs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:DevTeamProvisioning=- $(_runSmokeTestsOnlyArg) /p:BuildTestsOnHelix=true /p:EnableAdditionalTimezoneChecks=true /p:UsePortableRuntimePack=true /p:BuildDarwinFrameworks=true /p:IsManualOrRollingBuild=true
38+
buildArgs: -s mono+libs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:DevTeamProvisioning=- /p:RunAOTCompilation=true $(_runSmokeTestsOnlyArg) /p:BuildTestsOnHelix=true /p:EnableAdditionalTimezoneChecks=true /p:UsePortableRuntimePack=true /p:BuildDarwinFrameworks=true /p:IsManualOrRollingBuild=true
3939
timeoutInMinutes: 180
4040
# extra steps, run tests
4141
extraStepsTemplate: /eng/pipelines/libraries/helix.yml

eng/pipelines/extra-platforms/runtime-extra-platforms-ioslikesimulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
jobParameters:
3838
testGroup: innerloop
3939
nameSuffix: AllSubsets_Mono
40-
buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true $(_runSmokeTestsOnlyArg) /p:BuildDarwinFrameworks=true
40+
buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true $(_runSmokeTestsOnlyArg) /p:RunAOTCompilation=true /p:MonoForceInterpreter=true /p:BuildDarwinFrameworks=true
4141
timeoutInMinutes: 180
4242
# extra steps, run tests
4343
extraStepsTemplate: /eng/pipelines/libraries/helix.yml

0 commit comments

Comments
 (0)