MonoAOTCompilerTask: Don't check for temp file if cache is disabled#71411
Merged
radical merged 2 commits intodotnet:mainfrom Jun 29, 2022
Merged
MonoAOTCompilerTask: Don't check for temp file if cache is disabled#71411radical merged 2 commits intodotnet:mainfrom
radical merged 2 commits intodotnet:mainfrom
Conversation
Member
Author
|
/azp run runtime-extra-platforms,runtime-wasm |
|
Azure Pipelines successfully started running 2 pipeline(s). |
steveisok
approved these changes
Jun 28, 2022
jonathanpeppers
approved these changes
Jun 29, 2022
Member
Author
|
Failures are unrelated. |
jonathanpeppers
added a commit
to dotnet/android
that referenced
this pull request
Jul 1, 2022
Changes: dotnet/installer@970be08...cf6da7b Changes: dotnet/linker@618eb72...5460697 Changes: dotnet/runtime@5c5e66e...ddc4f95 Changes: dotnet/emsdk@ea10b4e...3fbbd97 Updates: * Microsoft.Dotnet.Sdk.Internal: from 7.0.100-preview.6.22316.8 to 7.0.100-preview.7.22327.1 * Microsoft.NET.ILLink.Tasks: from 7.0.100-1.22310.2 to 7.0.100-1.22323.2 * Microsoft.NETCore.App.Ref: from 7.0.0-preview.6.22312.1 to 7.0.0-preview.6.22322.7 * Microsoft.NET.Workload.Emscripten.Manifest-7.0.100: from 7.0.0-preview.6.22281.1 to 7.0.0-preview.6.22320.1 * Update `.apkdesc` files for Xamarin.Forms sample There appears to be a new System.Xml.Linq facade with: [assembly: TypeForwardedTo(typeof(XAttribute))] [assembly: TypeForwardedTo(typeof(XElement))] * Temporarily ignore `BuildBasicApplicationReleaseProfiledAot(true)` Should eventually be fixed by: dotnet/runtime#71411 Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
jonathanpeppers
added a commit
to dotnet/android
that referenced
this pull request
Jul 1, 2022
Changes: dotnet/installer@970be08...53fae57 Changes: dotnet/linker@618eb72...5128bae Changes: dotnet/runtime@5c5e66e...d3fa592 Changes: dotnet/emsdk@ea10b4e...3fbbd97 Updates: * Microsoft.Dotnet.Sdk.Internal: from 7.0.100-preview.6.22316.8 to 7.0.100-preview.6.22330.5 * Microsoft.NET.ILLink.Tasks: from 7.0.100-1.22310.2 to 7.0.100-1.22323.1 * Microsoft.NETCore.App.Ref: from 7.0.0-preview.6.22312.1 to 7.0.0-preview.6.22324.4 * Microsoft.NET.Workload.Emscripten.Manifest-7.0.100: from 7.0.0-preview.6.22281.1 to 7.0.0-preview.6.22320.1 * Update `.apkdesc` files for Xamarin.Forms sample There appears to be a new System.Xml.Linq facade with: [assembly: TypeForwardedTo(typeof(XAttribute))] [assembly: TypeForwardedTo(typeof(XElement))] * Temporarily ignore `BuildBasicApplicationReleaseProfiledAot(true)` Should eventually be fixed by: dotnet/runtime#71411 Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prompted by #70851 (comment)