Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[net9.0] update to .NET 9 Preview 2 builds #20389

Merged
merged 2 commits into from Feb 6, 2024

Conversation

jonathanpeppers
Copy link
Member

@jonathanpeppers jonathanpeppers commented Feb 6, 2024

I ran the following commands.

Update xamarin-android:

> darc update-dependencies --id 211420
Looking up build with BAR id 211420
Updating 'Microsoft.Android.Sdk.Windows': '34.99.0-preview.1.148' => '34.99.0-preview.2.154' (from build 'main-0c495deebd14604ebb874af3580c34986f72f201-1' of 'https://github.com/xamarin/xamarin-android')

Find the latest xamarin-macios builds:

> darc get-build --repo xamarin/xamarin-macios --commit 8abd4fcf33e51deb357e6f3ac12cd085dc81c2bf

Update xamarin-macios:

> darc update-dependencies --id 211270
Looking up build with BAR id 211270
Updating 'Microsoft.MacCatalyst.Sdk': '17.2.9085-net9-p1' => '17.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios')
> darc update-dependencies --id 211269
Looking up build with BAR id 211269
Updating 'Microsoft.macOS.Sdk': '14.2.9085-net9-p1' => '14.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios')
> darc update-dependencies --id 211268
Looking up build with BAR id 211268
Updating 'Microsoft.tvOS.Sdk': '17.2.9085-net9-p1' => '17.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios')
> darc update-dependencies --id 211267
Looking up build with BAR id 211267
Updating 'Microsoft.iOS.Sdk': '17.2.9085-net9-p1' => '17.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios')

Next, I noticed that the .NET SDK and runtime weren't updated. I added CoherentParentDependency and ran:

> darc update-dependencies --id 211463
Looking up build with BAR id 211463
Updating 'Microsoft.Dotnet.Sdk.Internal': '9.0.100-preview.2.24078.1' => '9.0.100-preview.2.24106.6' (from build '20240206.6' of 'https://github.com/dotnet/installer')
Checking for coherency updates...
Using 'Strict' coherency mode. If this fails, a second attempt utilizing 'Legacy' Coherency mode will be made.
Updating 'Microsoft.NETCore.App.Ref': '9.0.0-preview.2.24076.4' => '9.0.0-preview.2.24080.1' to ensure coherency with Microsoft.Dotnet.Sdk.Internal@9.0.100-preview.2.24106.6
Updating 'Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport': '9.0.0-alpha.1.24072.1' => '9.0.0-preview.2.24076.1' to ensure coherency with Microsoft.NETCore.App.Ref@9.0.0-preview.2.24076.4

@rmarinho
Copy link
Member

rmarinho commented Feb 6, 2024

/rebase

I ran the following commands.

Update xamarin-android:

    > darc update-dependencies --id 211420
    Looking up build with BAR id 211420
    Updating 'Microsoft.Android.Sdk.Windows': '34.99.0-preview.1.148' => '34.99.0-preview.2.154' (from build 'main-0c495deebd14604ebb874af3580c34986f72f201-1' of 'https://github.com/xamarin/xamarin-android')

Find the latest xamarin-macios builds:

    > darc get-build --repo xamarin/xamarin-macios --commit 8abd4fcf33e51deb357e6f3ac12cd085dc81c2bf

Update xamarin-macios:

    > darc update-dependencies --id 211270
    Looking up build with BAR id 211270
    Updating 'Microsoft.MacCatalyst.Sdk': '17.2.9085-net9-p1' => '17.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios')
    > darc update-dependencies --id 211269
    Looking up build with BAR id 211269
    Updating 'Microsoft.macOS.Sdk': '14.2.9085-net9-p1' => '14.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios')
    > darc update-dependencies --id 211268
    Looking up build with BAR id 211268
    Updating 'Microsoft.tvOS.Sdk': '17.2.9085-net9-p1' => '17.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios')
    > darc update-dependencies --id 211267
    Looking up build with BAR id 211267
    Updating 'Microsoft.iOS.Sdk': '17.2.9085-net9-p1' => '17.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios')

Next, I noticed that the .NET SDK and runtime weren't updated. I added
`CoherentParentDependency` and ran:

    > darc update-dependencies --id 211463
    Looking up build with BAR id 211463
    Updating 'Microsoft.Dotnet.Sdk.Internal': '9.0.100-preview.2.24078.1' => '9.0.100-preview.2.24106.6' (from build '20240206.6' of 'https://github.com/dotnet/installer')
    Checking for coherency updates...
    Using 'Strict' coherency mode. If this fails, a second attempt utilizing 'Legacy' Coherency mode will be made.
    Updating 'Microsoft.NETCore.App.Ref': '9.0.0-preview.2.24076.4' => '9.0.0-preview.2.24080.1' to ensure coherency with Microsoft.Dotnet.Sdk.Internal@9.0.100-preview.2.24106.6
    Updating 'Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport': '9.0.0-alpha.1.24072.1' => '9.0.0-preview.2.24076.1' to ensure coherency with Microsoft.NETCore.App.Ref@9.0.0-preview.2.24076.4
@rmarinho
Copy link
Member

rmarinho commented Feb 6, 2024

Failing tests on iOS is general to CI, merging as other bits are working fine.

@rmarinho rmarinho merged commit 6c50c5f into dotnet:net9.0 Feb 6, 2024
34 of 46 checks passed
@jonathanpeppers jonathanpeppers deleted the net9.0-preview.2 branch February 7, 2024 01:31
@github-actions github-actions bot locked and limited conversation to collaborators Mar 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants