Commit ff4c6d4
authored
[Xamarin.Android.Build.Tasks] move .NET 8 support to
Context: #9777
The problem with #9777, is it increases our install size by something
like ~700MB with the following packs:
* Microsoft.Android.Sdk.[platform] x 1 (current platform)
* Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.[RID] x 4 RIDs
* Microsoft.NETCore.App.Runtime.Mono.[RID] x 4 RIDs
Some of .NET MAUI's CI machines are extremely tight on disk space, and
we promptly filled the disk!
Let's move these packs to a new `android-net8` workload, which can be
installed separately.
dotnet/android-libraries could simply install:
dotnet workload install android-net8
Which would provision both `android` and `android-net8` workloads.android-net8 workload (#9785)1 parent 70d135b commit ff4c6d4
File tree
2 files changed
+12
-4
lines changed- build-tools/create-packs
- src/Xamarin.Android.Build.Tasks/Microsoft.NET.Sdk.Android
2 files changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
| |||
0 commit comments