-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/7.0][wasm] Fix broken dotnet-runtime-perf
#75408
Conversation
/azp run runtime-wasm |
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area: @hoyosjs Issue Details
|
/azp run runtime-wasm-perf |
Azure Pipelines successfully started running 1 pipeline(s). |
Build SizeOnDisk, and Startup tools for `net7.0` instead of `net6.0`. It current fails with: ``` error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 6.0.10) error NU1102: - Found 2073 version(s) in dotnet6 [ Nearest version: 6.0.2-servicing.1.22101.5 ] error NU1102: - Found 1520 version(s) in dotnet7 [ Nearest version: 7.0.0-alpha.1.21417.28 ] error NU1102: - Found 1120 version(s) in dotnet5 [ Nearest version: 6.0.0-alpha.1.20420.3 ] error NU1102: - Found 76 version(s) in dotnet3.1 [ Nearest version: 3.1.1-servicing.19602.11 ] error NU1102: - Found 52 version(s) in dotnet-public [ Nearest version: 7.0.0-preview.1.22076.8 ] error NU1102: - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] error NU1102: - Found 0 version(s) in benchmark-dotnet-prerelease error NU1102: - Found 0 version(s) in dotnet-tools error NU1102: - Found 0 version(s) in dotnet3.1-transport error NU1102: - Found 0 version(s) in dotnet5-transport ```
Building on |
dotnet-runtime-perf
Tagging subscribers to this area: @directhex Issue DetailsBuild SizeOnDisk, and Startup tools for It current fails with:
|
@lewing @marek-safar can we get a sign off and an approval, respectively? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Is this also something we should update on the main branch? |
Yep, and there is a PR for that - #75406 . |
SIgned off. CI failure unrelated. Just noticed it is an infra change only, so no approval needed. Ready to merge. |
Build SizeOnDisk, and Startup tools for
net7.0
instead ofnet6.0
.It current fails with: