-
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
[wasi] Bump wasi sdk to 21. #98340
[wasi] Bump wasi sdk to 21. #98340
Conversation
/azp run runtime-wasi |
No pipelines are associated with this pull request. |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
a1e5299
to
c1c22fc
Compare
c1c22fc
to
a357215
Compare
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -91,7 +91,7 @@ resources: | |||
ROOTFS_DIR: /crossrootfs/x64 | |||
|
|||
- container: wasi_wasm | |||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly-20230917141449-2aaa02c | |||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly-20240212214902-ca89d22 |
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.
The infra people prefer to have images use the floating tag instead of using a pinned version: #98357
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.
The pinned versions were added because the unpinned versions were randomly breaking the build:
#92232
Fixes #98315
Contributes to #98120