Commit 9698472
authored
[main] Update dependencies from dotnet/installer (#5830)
[main] Update dependencies from dotnet/installer
- Update dotnet apkdesc, CheckIncludedAssemblies test
- Merge remote-tracking branch 'origin/main' into darc-main-65998f2a-6cbb-40ce-874f-d9e4964f7051
- Actually fix CheckIncludedAssemblies
- [xaprepare] Fix IndexOutOfRangeException
Context: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4651587&view=logs&j=96fd57f5-f69e-53c7-3d47-f67e6cf9b93e&t=17818c58-7ce3-5786-ae89-adf017dab0ca
The **determine which test stages to run** step is failing (?!):
Determining test jobs to run...
Step Xamarin.Android.Prepare.Step_DetermineAzurePipelinesTestJobs failed: Index was outside the bounds of the array.
System.InvalidOperationException: Step Xamarin.Android.Prepare.Step_DetermineAzurePipelinesTestJobs failed: Index was outside the bounds of the array. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Xamarin.Android.Prepare.Step_DetermineAzurePipelinesTestJobs.Execute (Xamarin.Android.Prepare.Context context) [0x000db] in <57f6c34b3bb14f7fa916671a4c4f9705>:0
at Xamarin.Android.Prepare.Step.Run (Xamarin.Android.Prepare.Context context) [0x00079] in <57f6c34b3bb14f7fa916671a4c4f9705>:0
at Xamarin.Android.Prepare.Scenario.Run (Xamarin.Android.Prepare.Context context, Xamarin.Android.Prepare.Log log) [0x000e7] in <57f6c34b3bb14f7fa916671a4c4f9705>:0
--- End of inner exception stack trace ---
at Xamarin.Android.Prepare.Scenario.Run (Xamarin.Android.Prepare.Context context, Xamarin.Android.Prepare.Log log) [0x0014b] in <57f6c34b3bb14f7fa916671a4c4f9705>:0
at Xamarin.Android.Prepare.Context.Execute () [0x000ee] in <57f6c34b3bb14f7fa916671a4c4f9705>:0
at Xamarin.Android.Prepare.App.Run (System.String[] args) [0x00848] in <57f6c34b3bb14f7fa916671a4c4f9705>:0
I *think* this is from `commitMessagePieces[3]`; add some
`commitMessagePieces.Length` checks to avoid the exception.
- [tests] fixed CheckTimestamps
The path to the linker directory was expecting:
obj\Debug\net6.0-android\linked
When we are now using:
obj\Debug\net6.0-android\[RID]\linked
I updated the test to just check for a parent directory named `linked`.
This was passing in past .NET 6 builds, but looking a the MSBuild
targets in dotnet/sdk, it does not seem like they even care about the
timestamps on linker output:
https://github.com/dotnet/sdk/blob/a245b6ff06b483927e57d953b803a390ad31db95/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ILLink.targets#L113-L116
`Outputs="$(_LinkSemaphore)"` will likely be the only file that gets
"touch"-ed.
- Bump to dotnet/installer@96ec2df 6.0.100-preview.4.21214.14
Changes: http://github.com/dotnet/installer/compare/c6e6c1b...96ec2df
- Merge remote-tracking branch 'origin/main' into darc-main-65998f2a-6cbb-40ce-874f-d9e4964f7051
- Use new runtime pack names, user projects default to UseMonoRuntime=true
- Fix xa_build_configuration.cmake
- Bump apkdesc files
- Merge remote-tracking branch 'origin/main' into darc-main-65998f2a-6cbb-40ce-874f-d9e4964f70511 parent 11ba5f4 commit 9698472
File tree
10 files changed
+103
-78
lines changed- build-tools/xaprepare/xaprepare
- ConfigAndData
- Steps
- eng
- src/Xamarin.Android.Build.Tasks
- Microsoft.Android.Sdk/targets
- Tests
- Xamarin.Android.Build.Tests
- Xamarin.ProjectTools/Resources/Base
10 files changed
+103
-78
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
760 | | - | |
761 | 760 | | |
762 | | - | |
763 | | - | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
0 commit comments