-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[wasm] Pin sdk version to 8.0.100-rc.1.23415.5 for workload testing #90747
Conversation
.. because `dotnet-install --channel 8.0` is returning 9.0-alpha sdks right now.
Tagging subscribers to 'arch-wasm': @lewing Issue Details.. because
|
need to pin in the release branches too right? |
/backport to release/8.0-rc1 |
Started backporting to release/8.0-rc1: https://github.com/dotnet/runtime/actions/runs/5892810023 |
And we'll want to unpin in #90558 (and fix the channel) once this lands |
This needs to wait for at least the WBT runs for browser-wasm, and wasi-wasm. |
WBT passed. Merging this to get CI green. |
.. because
dotnet-install --channel 8.0
is returning 9.0-alpha sdks right now.Fixes #90742
Fixes #90743