-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Regression: Workload ID wasm-tools is not recognized.
#26967
Comments
cc @steveisok I think this affects mobile workloads also.
|
Repros with the zip install, doesn't repro in the dogfood environment. Probably caused by this codeflow but this isn't broken in 6.0.400: https://github.com/dotnet/sdk/pull/26796/files. Maybe it doesn't work with a change in main or something off in the merge? |
Daniel's fix to 6.0.400 should fix this so I merged the auto-flow to main: #26971. Should be fixed once that gets into installer. |
The flow PR has merged - dotnet/installer#14258 . And the latest build is working. thank you! |
The sdk issue dotnet/sdk#26967 was fixed in dotnet/sdk#26796 . Fixes dotnet#73312 .
The sdk issue dotnet/sdk#26967 was fixed in dotnet/sdk#26796 . Fixes #73312 .
With installer version
7.0.100-rc.1.22403.4
, installing thewasm-tools
workload fails with:IIUC, this corresponds to dotnet/installer@6996a553 .
The previous version -
7.0.100-rc.1.22403.4
( dotnet/installer@a7f1b1c5) works fine.There was only commit in from good to bad (dotnet/installer@a7f1b1c...6996a55) -
update dependencies from dotnet/sdk
). And the corresponding sdk side changes: 80e6952...a121b7a .It lists the workloads though:
This is breaking
runtime
CI also.cc @lewing
The text was updated successfully, but these errors were encountered: