Bump to LLVM toolchain based on version 16.0.6#8220
Merged
jonpryor merged 2 commits intodotnet:mainfrom Jul 27, 2023
Merged
Conversation
Context: dotnet/maui#14531 Changes: https://discourse.llvm.org/t/llvm-16-0-0-release/69326 Changes: https://discourse.llvm.org/t/llvm-16-0-1-release/69774 Changes: https://discourse.llvm.org/t/llvm-16-0-2-release/70107 Changes: https://discourse.llvm.org/t/16-0-3-release/70341 Changes: https://discourse.llvm.org/t/16-0-4-release/70692 Changes: https://discourse.llvm.org/t/16-0-5-release/71097 Changes: https://discourse.llvm.org/t/16-0-6-release/71344 This release drops use of the UPX executable compressor, since it appears to be crashing on some Windows machines.
Member
jonathanpeppers
left a comment
There was a problem hiding this comment.
We will probably want to send this to .NET 7 servicing as well. Any concerns doing that?
Contributor
|
@jonathanpeppers: no concerns on my end. |
Contributor
Bump to xamarin/xamarin-android-binutils/L_16.0.6-6.0.0@b38b5bab (#8220)
Fixes: https://github.com/dotnet/maui/issues/14531
Changes: https://discourse.llvm.org/t/llvm-16-0-0-release/69326
Changes: https://discourse.llvm.org/t/llvm-16-0-1-release/69774
Changes: https://discourse.llvm.org/t/llvm-16-0-2-release/70107
Changes: https://discourse.llvm.org/t/16-0-3-release/70341
Changes: https://discourse.llvm.org/t/16-0-4-release/70692
Changes: https://discourse.llvm.org/t/16-0-5-release/71097
Changes: https://discourse.llvm.org/t/16-0-6-release/71344
Changes: https://github.com/xamarin/xamarin-android-binutils/compare/L_15.0.7-5.0.3...L_16.0.6-6.0.0
* xamarin/xamarin-android-binutils@b38b5ba: Don't compress Windows binaries with UPX
* xamarin/xamarin-android-binutils@1ce0b28: Bump XA utils version...
* xamarin/xamarin-android-binutils@f19d814: Bump LLVM version to 16.0.6 and UPX to 4.0.2
* xamarin/xamarin-android-binutils@158bbf8: Test build
Bump to an LLVM toolchain based on version 16.0.6.
Additionally, drop use of the UPX executable compressor, since it
appears to be crashing on some Windows machines.
This fixes dotnet/maui#14531.
This in turn means that package and installation sizes will be
larger, but it appears that the Windows NuGet package size only
increases by ~8MB, while the macOS packages are roughly the same.
*Installation* sizes will increase ~2.8x, from ~37.5MB to ~104.6MB
on Windows. |
Contributor
Author
|
@jonathanpeppers net7 should be fine |
Member
|
I'll plan to backport this to .NET 7, once it has been tested/merged by dotnet/maui. 👍 |
Contributor
Author
|
@jonathanpeppers if there are any problems compiling native |
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Jul 31, 2023
* main: [build] Use .NET preview to create nupkgs (dotnet#8227) Bump to xamarin/xamarin-android-binutils/L_16.0.6-6.0.0@b38b5bab (dotnet#8220) [ci] Fix MAUI integration test job (dotnet#8221)
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Sep 4, 2023
* main: Bump to xamarin/xamarin-android-binutils/L_16.0.6-6.0.0@b38b5bab (dotnet#8220) [ci] Fix MAUI integration test job (dotnet#8221) [ci] Remove .NET branches from classic release trigger (dotnet#8218)
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.
Context: dotnet/maui#14531
Changes: https://discourse.llvm.org/t/llvm-16-0-0-release/69326
Changes: https://discourse.llvm.org/t/llvm-16-0-1-release/69774
Changes: https://discourse.llvm.org/t/llvm-16-0-2-release/70107
Changes: https://discourse.llvm.org/t/16-0-3-release/70341
Changes: https://discourse.llvm.org/t/16-0-4-release/70692
Changes: https://discourse.llvm.org/t/16-0-5-release/71097
Changes: https://discourse.llvm.org/t/16-0-6-release/71344
This release drops use of the UPX executable compressor, since it appears to be crashing on some Windows machines.