Uh oh!
There was an error while loading. Please reload this page.
[wasm] Pin sdk version to 8.0.100-rc.1.23415.5 for workload testing - #90747
Merged
Conversation
.. because `dotnet-install --channel 8.0` is returning 9.0-alpha sdks right now.
ghost
commented
Aug 17, 2023
Tagging subscribers to 'arch-wasm': @lewing Issue Details.. because
|
lewing
approved these changes
Aug 17, 2023
lewing
commented
Aug 17, 2023
Member
need to pin in the release branches too right? |
radical
commented
Aug 17, 2023
MemberAuthor
/backport to release/8.0-rc1 |
Contributor
Started backporting to release/8.0-rc1: https://github.com/dotnet/runtime/actions/runs/5892810023 |
lewing
commented
Aug 17, 2023
Member
And we'll want to unpin in #90558 (and fix the channel) once this lands |
radical
commented
Aug 17, 2023
MemberAuthor
This needs to wait for at least the WBT runs for browser-wasm, and wasi-wasm. |
radical
commented
Aug 17, 2023
MemberAuthor
WBT passed. Merging this to get CI green. |
This was referenced Aug 17, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.. because
dotnet-install --channel 8.0is returning 9.0-alpha sdks right now.Fixes#90742
Fixes#90743