You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clr-interp] Include clrinterpreter library in the iOS app bundle (#117277)
* Install clrinterpreter into the sharedFramework to include it in the iOS bundle
* Use static clrinterpreter on iOS
* Fix build errors
* Add functional test
* Fix build errors
* Build smoke tests
* Update executable name placeholder in runtime-coreclr.m
* Set environment variables to interp method
* Set AdditionalXHarnessArguments
* Set xharness env variables in helix
* Add support for interpreter methods in AppleAppBuilder
* Add InterpreterMethods property to AppleBuild.targets
* Update build configuration to Debug and fix condition
* Add environment variables DOTNET_InterpMode and DOTNET_ReadyToRun
* Refactor AppleAppBuilder to support environment variables
* Fix condition
* Update PlatformManifestFileEntry conditions to use RuntimeConfiguration
* Test build without PlatformManifestFileEntry
* Add PlatformManifestFileEntry for clrinterpreter
* Update FEATURE_INTERPRETER logic to use uppercase build type for Debug and Checked configurations
* Update PlatformManifestFileEntry for clrinterpreter
* Support optional installation of clr components
* Move functional test to extra-platforms
* Remove condition and clean up CMakeLists
* Remove condition from iossimulator job
* Remove redundant JIT static variable from coreclr cmake configuration
* Fix build
<ItemGroupCondition="('$(TargetOS)' == 'iossimulator' or '$(TargetOS)' == 'tvossimulator') and '$(RuntimeFlavor)' == 'Mono' and '$(RunDisablediOSTests)' != 'true'">
<ItemGroupCondition="'$(ArchiveTests)' == 'true' and '$(RunSmokeTestsOnly)' != 'true' and '$(RunGrpcTestsOnly)' != 'true' and '$(TargetOS)' == 'iossimulator'">
701
+
<ItemGroupCondition="'$(ArchiveTests)' == 'true' and '$(RunSmokeTestsOnly)' != 'true' and '$(RunGrpcTestsOnly)' != 'true' and '$(TargetOS)' == 'iossimulator' and '$(RuntimeFlavor)' == 'Mono'">
0 commit comments