Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

I detected changes in the release/8.0 branch which have not been merged yet to release/8.0-staging. I'm a robot and am configured to help you automatically keep release/8.0-staging up to date, so I've opened this PR.

This PR merges commits made on release/8.0 by the following committers:

  • dotnet-maestro[bot]
  • tannergooding
  • vseanreesermsft
  • jozkee

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/8.0
git pull --ff-only
git checkout release/8.0-staging
git pull --ff-only
git merge --no-ff release/8.0

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet/runtime HEAD:merge/release/8.0-to-release/8.0-staging
or if you are using SSH
git push git@github.com:dotnet/runtime HEAD:merge/release/8.0-to-release/8.0-staging

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/8.0-to-release/8.0-staging'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.

git fetch
git checkout -b merge/release/8.0-to-release/8.0-staging origin/release/8.0-staging
git pull https://github.com/dotnet/runtime merge/release/8.0-to-release/8.0-staging
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/runtime HEAD:merge/release/8.0-to-release/8.0-staging
or if you are using SSH
git fetch
git checkout -b merge/release/8.0-to-release/8.0-staging origin/release/8.0-staging
git pull git@github.com:dotnet/runtime merge/release/8.0-to-release/8.0-staging
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/runtime HEAD:merge/release/8.0-to-release/8.0-staging

Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.

Mirroring and others added 27 commits July 4, 2025 08:57
…21.2

Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.19-servicing.25353.2 -> To Version 8.0.19-servicing.25371.2
…04.3

Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.19-servicing.25353.2 -> To Version 8.0.19-servicing.25404.3
…04.5

Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.19-servicing.25353.2 -> To Version 8.0.20-servicing.25404.5
Co-authored-by: Mirroring <dnceng-mirroring@microsoft.com>
…11.2

Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.19-servicing.25353.2 -> To Version 8.0.20-servicing.25411.2
…11.4

Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.19-servicing.25353.2 -> To Version 8.0.20-servicing.25411.4

Dependency coherency updates

runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter,runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter,runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter,runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter,runtime.osx-arm64.Microsoft.NETCore.Runtime.ObjWriter,runtime.osx-x64.Microsoft.NETCore.Runtime.ObjWriter,runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools,runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools,runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools,runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools,runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools,runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools,runtime.osx-arm64.Microsoft.NETCore.Runtime.JIT.Tools,runtime.osx-x64.Microsoft.NETCore.Runtime.JIT.Tools,runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk,runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools,runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk,runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools,runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk,runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools,runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk,runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools,runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk,runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools,runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk,runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools,runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk,runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools
 From Version 16.0.5-alpha.1.24362.2 -> To Version 16.0.5-alpha.1.25311.1 (parent: Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
[release/8.0] Merge release/8.0-staging changes
…18.3

Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.19-servicing.25353.2 -> To Version 8.0.20-servicing.25418.3
…-49a2-a3c2-5cbeaa832c8a

[release/8.0] Update dependencies from dotnet/emsdk
…25-09-09-1114

Merging internal commits for release/8.0
* Update dependencies from https://github.com/dotnet/emsdk build 20250825.2

Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.20-servicing.25418.3 -> To Version 8.0.20-servicing.25425.2

* Update dependencies from https://github.com/dotnet/emsdk build 20250901.2

Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.20-servicing.25418.3 -> To Version 8.0.20-servicing.25451.2

* Update dependencies from https://github.com/dotnet/emsdk build 20250902.3

Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.20-servicing.25418.3 -> To Version 8.0.21-servicing.25452.3

* Update dependencies from https://github.com/dotnet/emsdk build 20250908.3

Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.20-servicing.25418.3 -> To Version 8.0.21-servicing.25458.3

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…07.1 (#119618)

Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.23509.2 -> To Version 0.11.4-alpha.25457.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…12.1 (#119675)

On relative base path root
Microsoft.DotNet.Cecil From Version 0.11.4-alpha.25457.1 -> To Version 0.11.4-alpha.25462.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
@tannergooding
Copy link
Member

looks like a large number of WASM tests are failing with an error similar to

error NU1301: Unable to load the service index for source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-488a8a35/nuget/v3/index.json

CC. @akoeplinger

@akoeplinger
Copy link
Member

Interesting. If I navigate to that URL I get this error from AzDO:

The feed 'darc-pub-dotnet-runtime-488a8a35' (91c80750-d8eb-4274-a088-aa6827c26cda) has been disabled."

@akoeplinger
Copy link
Member

akoeplinger commented Sep 18, 2025

no idea where this reference is even coming from, it's not in nuget.config ...

@akoeplinger
Copy link
Member

oh, interesting: dotnet/installer#20609 (comment)

@akoeplinger
Copy link
Member

akoeplinger commented Sep 18, 2025

ok that one was unrelated, we do have it hardcoded as well in https://github.com/dotnet/runtime/blob/release/8.0-staging/src/mono/wasm/Wasm.Build.Tests/data/nuget8.config#L13-L16

@tannergooding
Copy link
Member

We likely need the same change backported to release/8.0 since we're also seeing it in #119740 -- I had logged dotnet/dnceng#6180 to track the failure

@akoeplinger
Copy link
Member

you mean we need it earlier than the next release/8.0-staging -> release/8.0 merge?

@tannergooding
Copy link
Member

you mean we need it earlier than the next release/8.0-staging -> release/8.0 merge?

It depends on when that merge is. We have several other codeflow PRs waiting (for both 8.0 and 8.0-staging) and we shouldn't really assume that WASM is all correct given the entire leg is failing to run tests right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants